Fix: Remove test runner script
[lttng-ust.git] / tests / test_loop
index 619b1e35c215974328080977041518d35f4dac81..be3e16c4e493c714bd49f5c483f4d088d51bafe6 100755 (executable)
@@ -3,7 +3,7 @@
 DIR=$(dirname $0)
 
 while [ 0 ]; do
-       $DIR/runtests
+       $DIR/run.sh $DIR/unit_tests
        if [ "$?" != "0" ]; then
                break;
        fi
This page took 0.022627 seconds and 4 git commands to generate.