Browse Source

Put back student repository as read-only

pull/766/head
xpetit 3 years ago
parent
commit
5dc73d53e5
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 3
      go/tests/entrypoint.sh

3
go/tests/entrypoint.sh

@ -45,7 +45,8 @@ fi
# Compile and run test
if command -v "${EXERCISE}_test" >/dev/null 2>&1; then
# The exercise is a program
go build -o exe "./$EXERCISE"
go build -o ../exe "./$EXERCISE"
cd ..
"${EXERCISE}_test"
else
# The exercise is a function

Loading…
Cancel
Save