Skip to content

Commit 56c5875

Browse files
committed
Small update to cirrus test script.
1 parent 06433cc commit 56c5875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/unix-test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22
cd build
3+
echo "Tests run as user: $USER"
34
ctest -E Windows
45
if [ -f "test/std_filesystem_test" ]; then
56
test/std_filesystem_test || true

0 commit comments

Comments
 (0)