X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fruntests;h=116163127720b7a2518d7ef8f46ffd4e8488946c;hb=a9ddd4c6b99a810fcc72f346a465a6bc5938d733;hp=ff0025393b217f3c322a1e0e21d41760f7ddbbb8;hpb=cd5de8df6ea38d5810c4abd92edf20a24179f0f5;p=lttng-ust.git diff --git a/tests/runtests b/tests/runtests index ff002539..11616312 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,21 +29,16 @@ 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_ustd.sh - -simple_harness_run dlopen/dlopen.sh +simple_harness_run ./valgrind_ust-consumerd.sh simple_harness_run same_line_marker/same_line_marker.sh -simple_harness_run tracepoint/run +# This testcase is currently broken, do not run. +# simple_harness_run tracepoint/run echo "************************************" if [[ $tests_failed -eq 0 ]]; then