Browse Source

Put back student repository as read-only #2

content-update
xpetit 3 years ago
parent
commit
3283a58ea5
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 3
      go/tests/entrypoint.sh

3
go/tests/entrypoint.sh

@ -10,7 +10,8 @@ if test "$EXAM_MODE"; then
fi
if test "$EXAM_RUN_ONLY" = true; then
go build -o exe "./$EXERCISE"
go build -o ../exe "./$EXERCISE"
cd ..
./exe "$@"
exit
fi

Loading…
Cancel
Save