diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-10-27 21:27:10 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-10-27 21:27:10 +0100 |
commit | 895a2dfe77f2ac2f851cf2d264ad5328789b0303 (patch) | |
tree | 6540954254cfa16c368fd0b5b310b98cca19f8ff /Makefile | |
parent | 21ca91a6a41195ccee1cfde0e5f048cc9ec5d42d (diff) |
Disabling qps openloop's test.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3546,8 +3546,6 @@ test_cxx: test_zookeeper buildtests_cxx $(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 ) $(E) "[RUN] Testing mock_test" $(Q) $(BINDIR)/$(CONFIG)/mock_test || ( echo test mock_test failed ; exit 1 ) - $(E) "[RUN] Testing qps_openloop_test" - $(Q) $(BINDIR)/$(CONFIG)/qps_openloop_test || ( echo test qps_openloop_test failed ; exit 1 ) $(E) "[RUN] Testing qps_test" $(Q) $(BINDIR)/$(CONFIG)/qps_test || ( echo test qps_test failed ; exit 1 ) $(E) "[RUN] Testing secure_auth_context_test" |