Tests: Rename the tools tests runners to test_<test name>
[lttng-tools.git] / tests / regression / tools / filtering / runall
index c92e399885595d9ce388e239ec5607e3890401bd..cda9799ef2aa2b3a4b533150637d832b05e654b4 100755 (executable)
@@ -2,7 +2,7 @@
 
 DIR=$(dirname $0)
 
-tests=( $DIR/unsupported-ops $DIR/invalid-filters $DIR/valid-filters )
+tests=( $DIR/test_unsupported_op $DIR/test_invalid_filter $DIR/test_valid_filter )
 exit_code=0
 
 function start_tests ()
This page took 0.023949 seconds and 5 git commands to generate.