Skip to content

Commit

Permalink
Merge pull request #39 from redhat-performance/fix_name
Browse files Browse the repository at this point in the history
Change name
  • Loading branch information
dvalinrh authored Jul 19, 2024
2 parents 2ff2d0d + 6b7d23e commit 442584f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions save_results
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ cd /tmp
#
# Provide a common pull for Zathra.
#
if [[ -f zathras_${test}.zip ]]; then
rm zathras_${test}.zip zathras_pbench_${test}.zip
if [[ -f test_wrapper_results_${test}.zip ]]; then
rm test_wrapper_results_${test}.zip test_wrapper_results_pbench_${test}.zip
fi
zip zathras_${test_name}.zip results_pbench_${test_name}_${tuned_setting}.tar
ln -s zathras_${test_name}.zip zathras_pbench_${test_name}.zip
zip results_${test_name}.zip results_pbench_${test_name}_${tuned_setting}.tar
ln -s results_${test_name}.zip results_pbench_${test_name}.zip
popd > /dev/null

0 comments on commit 442584f

Please sign in to comment.