Skip to content

Commit

Permalink
Move cp out of loop
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 21, 2024
1 parent 23e2566 commit bd52627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-ib-pr-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ pushd "$WORKSPACE/matrix-results"
for log in $(ls step*.log);do
echo ${log} | cut -d_ -f1 >> ${memFile}
grep "Memory Report: " $log | tail -5 >> ${memFile}
cp ${memFile} ${memFileName}
done
cp ${memFile} ${memFileName}
popd
done
fi
Expand Down

0 comments on commit bd52627

Please sign in to comment.