Small update to cirrus test script.

This commit is contained in:
Steffen Schuemann 2020-12-30 11:37:17 +01:00
parent 06433ccb3c
commit 56c58756aa

View File

@ -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