Fix snprintf test and output result to TAP format
[lttng-ust.git] / tests / runtests
index 6a7b6e0e7692e89fe17d19723e41ef2486b6458b..1f047c53950f4369b63b914b43b08ae826de0e84 100755 (executable)
@@ -28,27 +28,15 @@ function simple_harness_run() {
     fi
 }
 
-
-simple_harness_run fork/fork.sh
-
-simple_harness_run test-libustinstr-malloc/test-libustinstr-malloc.sh
+./${TEST_DIR}/snprintf/run
 
 simple_harness_run ./manual_mode_tracing.sh
 
 simple_harness_run ./valgrind_ust-consumerd.sh
 
-simple_harness_run same_line_marker/same_line_marker.sh
-
 # This testcase is currently broken, do not run.
 # simple_harness_run tracepoint/run
 
-# FIXME We disable the exit-fast test for the release. This is a known
-# problem with the current UST design that we will be working on fixing
-# in the upcoming rework for integration with the lttng-tools. We don't
-# want to flood testers with known issues, hence the choice to disable
-# the test.
-#simple_harness_run exit-fast/exit-fast.sh
-
 echo "************************************"
 if [[ $tests_failed -eq 0 ]]; then
     echo "$0: All passed"
This page took 0.023568 seconds and 4 git commands to generate.