zeek/auxil/filesystem/.ci/unix-test.sh
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
149 B
Bash
Executable File

#!/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
fi