We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90335d0 commit e9c9cbaCopy full SHA for e9c9cba
.github/workflows/trunk.yml
@@ -142,7 +142,7 @@ jobs:
142
fi
143
144
# Report fail if simulation does not complete successfully
145
- grep -qF "SUCCESS: Program complete, exiting." sim.out
+ grep -F "SUCCESS: Program complete, exiting." sim.out
146
exit_status=$? #store 0 if found (success), 1 if not (failure)
147
if [[ "$exit_status" -eq "1" ]]; then
148
cat sim.out
0 commit comments