Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Restore job printout
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed Jul 17, 2018
1 parent de68cf3 commit 66e6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ while [[ -z $allJobsGone ]]; do
tmp2=$(cut -d ' ' -f2 <<< $tmp)
if [[ $tmp1 =~ \[(.*)\]\+ ]]; then
tmp5="${BASH_REMATCH[1]}"
#echo " jobspec=%$tmp5 pid=$tmp4 state=$tmp2"
echo " jobspec=%$tmp5 pid=$tmp4 state=$tmp2"
checkDuplicateJobspec "$tmp5"
else
echo
Expand Down

0 comments on commit 66e6ae1

Please sign in to comment.