Tests: Rename the tools tests runners to test_<test name>
[lttng-tools.git] / tests / regression / tools / streaming / runall
index dbf5228ce524a630d50e9b7b0145c3243db977bc..809449bf397c21ac9242f74d0f05262d1b5f55f1 100755 (executable)
@@ -2,7 +2,7 @@
 
 DIR=$(dirname $0)
 
-tests=( $DIR/unit_tests $DIR/run-kernel $DIR/run-ust )
+tests=( $DIR/test_uri_switch $DIR/test_kernel $DIR/test_ust )
 exit_code=0
 
 function start_tests ()
This page took 0.023618 seconds and 4 git commands to generate.