X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fruntests;h=36ad12d27ad27fd5a4d1bf8d879e2e207c127cd5;hb=46cec820d380796882540bf5a8904949d86e3515;hp=fd2a7519bc353dca0829c9f32f970eb09917fa0c;hpb=d02680e8b7a10d9308ba039b38b6cad72884944f;p=ust.git diff --git a/tests/runtests b/tests/runtests index fd2a751..36ad12d 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, @@ -48,6 +48,8 @@ simple_harness_run same_line_marker/same_line_marker.sh simple_harness_run libustctl_function_tests/libustctl_function_tests +simple_harness_run exit-fast/exit-fast.sh + echo "************************************" if [[ $tests_failed -eq 0 ]]; then echo "$0: All passed"