Fix: test for presence of 'root_regression'
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 8 Mar 2022 15:50:14 +0000 (10:50 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 8 Mar 2022 15:50:14 +0000 (10:50 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: I790285adc2854eff42a873f10469565334e4cbb5

scripts/system-tests/run-test-suites.sh

index e1612aa57ea0c5373bc1e4212cebf5df41c933df..86de721ff59e4b9260c1904f7d8935e552c7b0c3 100755 (executable)
@@ -75,7 +75,7 @@ if [[ "$lttng_version" == "master" ]]; then
        make --keep-going check || failed_tests=1
        # TODO: remove when root regression tests are merged with make check or
        # in another make command.
-       if [ -f "./tests/long_regression" ]; then
+       if [ -f "./tests/root_regression" ]; then
                cd "./tests" || exit 1
                prove --nocolor --verbose --merge --exec '' - < root_regression || failed_tests=1
                cd ..
This page took 0.02301 seconds and 4 git commands to generate.