X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ffiltering%2Frunall;h=cda9799ef2aa2b3a4b533150637d832b05e654b4;hp=c92e399885595d9ce388e239ec5607e3890401bd;hb=ef8343605f92072ca2ed7174b0cc2594ee33dfab;hpb=3a23faced5c34db33dbcdd5c851c12a534e89d85 diff --git a/tests/regression/tools/filtering/runall b/tests/regression/tools/filtering/runall index c92e39988..cda9799ef 100755 --- a/tests/regression/tools/filtering/runall +++ b/tests/regression/tools/filtering/runall @@ -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 ()