Files
Paradise/tools/ci/run_server.sh
2021-05-03 18:12:42 +01:00

9 lines
184 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# Run the server and the unit tests
DreamDaemon paradise.dmb -close -trusted -verbose
# Check if the unit tests actually suceeded
cat data/clean_run.lk