tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / ust / namespaces / test_ns_contexts
index 91852a05fb7c9e0e250ceeb16f8357d1bc009bfc..62187cf3430e735e9049c5b9249ca6adc9f2abb1 100755 (executable)
@@ -35,7 +35,7 @@ source "$TESTDIR/utils/utils.sh"
 # MUST set TESTDIR before calling those functions
 function run_app()
 {
-       $TESTAPP_BIN $NUM_EVENT
+       $TESTAPP_BIN -i $NUM_EVENT
        ok $? "Application done"
 }
 
This page took 0.022855 seconds and 4 git commands to generate.