X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fruntests;h=8f5c8748f3f3b353e6ca17fa478ff4868080f9c2;hb=1585a7771ce27a913806206d0bff831235166579;hp=1f047c53950f4369b63b914b43b08ae826de0e84;hpb=047aa546706c30b3fb79db1f65e8dd37ad7376b1;p=lttng-ust.git diff --git a/tests/runtests b/tests/runtests index 1f047c53..8f5c8748 100755 --- a/tests/runtests +++ b/tests/runtests @@ -30,18 +30,7 @@ function simple_harness_run() { ./${TEST_DIR}/snprintf/run -simple_harness_run ./manual_mode_tracing.sh - -simple_harness_run ./valgrind_ust-consumerd.sh - # This testcase is currently broken, do not run. # simple_harness_run tracepoint/run -echo "************************************" -if [[ $tests_failed -eq 0 ]]; then - echo "$0: All passed" -else - echo "$0: $tests_failed tests failed" -fi -echo "************************************" exit 0