testapp: gen-syscall-events: use dynamic paths provided via args
[lttng-tools.git] / tests / regression / kernel / test_syscall
index 9ce40dcc52bf5fc84ae7643090169d87630552ec..69a2bab8f11e41f65610876d7aff4de2362c9313 100755 (executable)
@@ -27,7 +27,7 @@ function trace_testapp()
        lttng_untrack_kernel_all_ok
 
        # Launch the testapp and save its Process ID
-       ./"$TESTCMD" "$start_file_sync" &
+       ./"$TESTCMD" "$start_file_sync" "/proc/cpuinfo" "/proc/cmdline" &
        PID=$!
 
        # Set LTTng to track this PID and start the tracing
This page took 0.022876 seconds and 4 git commands to generate.