Skip to content

Commit

Permalink
Show where we failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed May 25, 2024
1 parent 5dc0c9d commit 90be650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/bats-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for arg in $@; do
set -x
mount | grep proc | cut -d ' ' -f3
for i in `mount | grep proc | cut -d ' ' -f3`; do
mount -o remount rw $i
mount -o remount rw $i || dmesg
done
set +x
/opt/domjudge/judgehost/bin/dj_make_chroot
Expand Down

0 comments on commit 90be650

Please sign in to comment.