Skip to content

Commit bd18858

Browse files
committed
pbench-trafficgen: consistent syntax ${tool_group}
1 parent 4821ffb commit bd18858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agent/bench-scripts/pbench-trafficgen

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,10 +1042,10 @@ if [ "${postprocess_only}" == "n" ]; then
10421042
# FIXME - tool triggers should only be registered for the duration of the benchmark run.
10431043
pbench-register-tool-trigger --group="${tool_group}" --start-trigger="${start_trigger}" --stop-trigger="${stop_trigger}"
10441044

1045-
pbench-collect-sysinfo --group=$tool_group --dir=$benchmark_run_dir --sysinfo=$sysinfo beg
1046-
pbench-metadata-log --group=$tool_group --dir=$benchmark_run_dir beg
1045+
pbench-collect-sysinfo --group=${tool_group} --dir=${benchmark_run_dir} --sysinfo=${sysinfo} beg
1046+
pbench-metadata-log --group=${tool_group} --dir=${benchmark_run_dir} beg
10471047
# on abnormal exit, make sure that the metadata log exists and is complete.
1048-
trap "pbench-metadata-log --group=$tool_group --dir=$benchmark_run_dir int" INT QUIT
1048+
trap "pbench-metadata-log --group=${tool_group} --dir=${benchmark_run_dir} int" INT QUIT
10491049

10501050
if [ $traffic_generator == "trex-txrx" -o $traffic_generator == "trex-txrx-profile" ]; then
10511051
if [ $skip_trex_server == "n" ]; then

0 commit comments

Comments
 (0)