Skip to content

Commit

Permalink
Merge pull request #311 from perftool-incubator/fix-multi-mvparams
Browse files Browse the repository at this point in the history
Fix multi mv-params
  • Loading branch information
rafaelfolco authored Oct 6, 2023
2 parents 26a33e6 + 36994a6 commit d6f1dc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/_main
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ elif [ "${1}" == "run" ]; then
if [ ${EXIT_VAL} != 0 ]; then
exit_error "ERROR: blockbreaker failed to run with rc=$EXIT_VAL, stdout=${blockbreaker_output}"
fi
mv_params="${base_run_dir}/config/${bench}-mv-params.json"
echo ${blockbreaker_output} > $mv_params
bench_mv_params="${base_run_dir}/config/${bench}-mv-params.json"
echo ${blockbreaker_output} > $bench_mv_params
mv_params+=",${bench_mv_params}"
done

### tool-params
Expand Down

0 comments on commit d6f1dc5

Please sign in to comment.