Skip to content
Snippets Groups Projects
Commit a17bb285 authored by Craig Tiller's avatar Craig Tiller
Browse files

PHP fix

parent dc036688
Branches
Tags
No related merge requests found
......@@ -116,7 +116,6 @@ void grpc_iomgr_shutdown(void) {
"memory leaks are likely",
count_objects());
dump_objects("LEAKED");
abort();
}
break;
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment