Skip to content

Commit

Permalink
Update process-relval-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed May 12, 2024
1 parent 696e89c commit 87b64c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins-jobs/process-relval-logs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function process_dir()
rm -rf */*.tex || true
rm -rf */fort.* || true
if [[ "$dir" == *"_UBSAN_X"* ]]; then
process_ubsan &
process_ubsan
fi
find . -mindepth 2 -maxdepth 2 -type d | xargs --no-run-if-empt rm -rf
zip -q -1 -r $dir/../pyRelValMatrixLogs/pyRelValMatrixLogs.zip .
Expand All @@ -81,7 +81,6 @@ function process_dir()
touch $dir/../pyRelValMatrixLogs/run/done
rm -f $dir/../pyRelValMatrixLogs/run/all.done
rm -f $dir/../pyRelValMatrixLogs/run/all.pages
wait
popd
mv $dir ${dir}.tmp
echo "All workflows completed: $dir"
Expand Down

0 comments on commit 87b64c6

Please sign in to comment.