File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments