Skip to content

Commit b028088

Browse files
committed
Random small change to kick off CI runner
1 parent f55a08b commit b028088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
fi
143143
144144
# Report fail if simulation does not complete successfully
145-
grep -qF "SUCCESS: Program complete, exiting." sim.out
145+
grep -F "SUCCESS: Program complete, exiting." sim.out
146146
exit_status=$? #store 0 if found (success), 1 if not (failure)
147147
if [[ "$exit_status" -eq "1" ]]; then
148148
cat sim.out

0 commit comments

Comments
 (0)