tools: lava: some destructive tests are not part of the make test suite
[lttng-ci.git] / scripts / system-tests / run-test-suites.sh
index 44b6a9014ed9ca1bb4a3fa82281cf454db6e34c7..e1612aa57ea0c5373bc1e4212cebf5df41c933df 100755 (executable)
@@ -82,6 +82,8 @@ if [[ "$lttng_version" == "master" ]]; then
        fi
 elif vergte "$lttng_version" "2.13"; then
        # All root regression are now part of the make check
+       # *destructive* tests are now part of the `make`-based test suites.
+       export LTTNG_ENABLE_DESTRUCTIVE_TESTS="will-break-my-system"
        make --keep-going check || failed_tests=1
 else
        make --keep-going check || failed_tests=1
This page took 0.031369 seconds and 4 git commands to generate.