Remove tests depending on consumerd
[lttng-ust.git] / tests / runtests
index 1f047c53950f4369b63b914b43b08ae826de0e84..8f5c8748f3f3b353e6ca17fa478ff4868080f9c2 100755 (executable)
@@ -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
This page took 0.027701 seconds and 5 git commands to generate.