Skip to content

Commit 967b72f

Browse files
committed
debug
1 parent ddde48a commit 967b72f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
NUMNOTVERIFIED=$(curl $CURLOPTS "http://localhost/domjudge/jury/judging-verifier" | grep "submissions checked" | sed -r 's/^.* ([0-9]+) submissions checked.*$/\1/')
4949
NUMVERIFIED=$( curl $CURLOPTS "http://localhost/domjudge/jury/judging-verifier" | grep "submissions not checked" | sed -r 's/^.* ([0-9]+) submissions not checked.*$/\1/')
5050
NUMNOMAGIC=$( curl $CURLOPTS "http://localhost/domjudge/jury/judging-verifier" | grep "without magic string" | sed -r 's/^.* ([0-9]+) without magic string.*$/\1/')
51-
curl $CURLOPTS http://localhost/domjudge/api/contests/1/submissions
51+
curl -v $CURLOPTS http://localhost/domjudge/api/contests
52+
curl -v $CURLOPTS http://localhost/domjudge/api/contests/1/submissions
5253
NUMSUBS=$(curl $CURLOPTS http://localhost/domjudge/api/contests/1/submissions | python3 -mjson.tool | grep -c '"id":')
5354
# We expect
5455
# - two submissions with ambiguous outcome,

0 commit comments

Comments
 (0)