reviewable/pr4232/r6
Craig Tiller 9 years ago
parent dc0366881d
commit a17bb2856b
  1. 1
      src/core/iomgr/iomgr.c
  2. 2
      src/php/bin/run_tests.sh

@ -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

Loading…
Cancel
Save