usttrace fix variable name clash
[ust.git] / tests / manual_mode_tracing.sh
index 09f07645ca08515261790f362d6a684bd10e4162..b0df338ea51fa759b9ec80d46bfd963bf9853eef 100755 (executable)
@@ -54,7 +54,7 @@ sleep 0.5
 okx ustctl --stop-trace $PID
 okx ustctl --destroy-trace $PID
 kill $PID
-kill -SIGTERM $UST_CONSUMERD_PID
-wait $UST_CONSUMERD_PID
+kill -SIGTERM ${UST_CONSUMERD_PID}
+wait ${UST_CONSUMERD_PID}
 
 trace_matches -N "ust.malloc" "^ust.malloc:" "$TRACE_DIR"
This page took 0.028505 seconds and 4 git commands to generate.