tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / streaming / test_high_throughput_limits
index 5945bde79a600e7d9c30dd4d5e98967f15f68a46..be1c1a4ba5a2130e86bb19fe5015f976d6511c88 100755 (executable)
@@ -116,7 +116,7 @@ function run_apps
                # due to very slow communication between the consumer and relayd making
                # the status reply from the consumer quite slow thus delaying the
                # registration done message.
-               LTTNG_UST_REGISTER_TIMEOUT=-1 $TESTAPP_BIN $NR_ITER & >/dev/null 2>&1
+               LTTNG_UST_REGISTER_TIMEOUT=-1 $TESTAPP_BIN -i $NR_ITER & >/dev/null 2>&1
        done
 }
 
@@ -176,7 +176,6 @@ function interrupt_cleanup()
        reset_bw_limit
        # invoke utils cleanup
        full_cleanup
-       exit 1
 }
 
 plan_tests $NUM_TESTS
This page took 0.024528 seconds and 5 git commands to generate.