From 6169a6695ec199ffe45abe595fa7beaa604e71ee Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Mon, 20 Nov 2023 16:59:48 +0100 Subject: [PATCH] Check why only 1 of the tests fail while we are root --- .github/jobs/configure-checks/setup_configure_image.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/jobs/configure-checks/setup_configure_image.sh b/.github/jobs/configure-checks/setup_configure_image.sh index 6be3f188ef..ca7257c1da 100755 --- a/.github/jobs/configure-checks/setup_configure_image.sh +++ b/.github/jobs/configure-checks/setup_configure_image.sh @@ -19,5 +19,8 @@ make configure # Install extra assert statements for bots cp submit/assert.bash .github/jobs/configure-checks/ +# Get runner +whoami + # Run the configure tests for this usecase test_path="/__w/domjudge/domjudge" bats .github/jobs/configure-checks/all.bats