From 56c58756aa4564d11d35175c6b9e6b4ddd31d84d Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Wed, 30 Dec 2020 11:37:17 +0100 Subject: [PATCH] Small update to cirrus test script. --- .ci/unix-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/unix-test.sh b/.ci/unix-test.sh index 3d6c865..23b511f 100755 --- a/.ci/unix-test.sh +++ b/.ci/unix-test.sh @@ -1,5 +1,6 @@ #!/bin/sh cd build +echo "Tests run as user: $USER" ctest -E Windows if [ -f "test/std_filesystem_test" ]; then test/std_filesystem_test || true