Skip to content

Commit 4c756f5

Browse files
committed
Last line has changed, make checking it looser
1 parent bab16cb commit 4c756f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests_archdetect_nvidia_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
grep "Prepending /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/software/linux/x86_64/amd/zen2/accel/nvidia/cc80/modules/all to \$MODULEPATH" init.out || (echo "FAILED 3" && exit 1)
9898
fi
9999
100-
echo ">>> checking last line of init output..."
101-
tail -1 init.out | grep "Environment set up to use EESSI (${{matrix.EESSI_VERSION}}), have fun!" || (echo "FAILED, full init utput:" && cat init.out && exit 1)
100+
echo ">>> checking last lines of init output..."
101+
tail -5 init.out | grep "Environment set up to use EESSI (${{matrix.EESSI_VERSION}}), have fun!" || (echo "FAILED, full init output:" && cat init.out && exit 1)
102102
103103
echo "All checks on init output PASSED"
104104
else

0 commit comments

Comments
 (0)