diff options
author | Craig Tiller <ctiller@google.com> | 2015-12-02 13:10:34 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-12-02 13:10:34 -0800 |
commit | a17bb2856bacae4231fdb4a7c8d87e31d680f0bd (patch) | |
tree | 244e94b506371227b9a07c7749f7276b5aec6488 /src/php/bin | |
parent | dc0366881d3b14a5f2e06194894c8d70ac099def (diff) |
PHP fix
Diffstat (limited to 'src/php/bin')
-rwxr-xr-x | src/php/bin/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/bin/run_tests.sh b/src/php/bin/run_tests.sh index 2a7335e20a..235d161ca7 100755 --- a/src/php/bin/run_tests.sh +++ b/src/php/bin/run_tests.sh @@ -30,7 +30,7 @@ # Loads the local shared library, and runs all of the test cases in tests/ # against it -set -e +set -ex cd $(dirname $0)/../../.. root=$(pwd) cd src/php/bin |