X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fruntests;h=ca454059f373dc18074dca76a3f4fce6b316bac3;hb=90c098545344aff35dee3e9ca186d9ea3dd75e0f;hp=68427f28253e160701681c829eae4645837eee15;hpb=2298f3297443ba26f761e272c45456ed857071bc;p=lttng-ust.git diff --git a/tests/runtests b/tests/runtests index 68427f28..ca454059 100755 --- a/tests/runtests +++ b/tests/runtests @@ -6,7 +6,7 @@ # # LTTng-UST is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # LTTng-UST is distributed in the hope that it will be useful, @@ -29,23 +29,12 @@ function simple_harness_run() { } -simple_harness_run test-nevents/test-nevents.sh - -simple_harness_run fork/fork.sh - -simple_harness_run test-libustinstr-malloc/test-libustinstr-malloc.sh - simple_harness_run ./manual_mode_tracing.sh simple_harness_run ./valgrind_ust-consumerd.sh -simple_harness_run dlopen/dlopen.sh - -simple_harness_run same_line_marker/same_line_marker.sh - -simple_harness_run tracepoint/run - -simple_harness_run libustctl_function_tests/libustctl_function_tests +# This testcase is currently broken, do not run. +# simple_harness_run tracepoint/run echo "************************************" if [[ $tests_failed -eq 0 ]]; then