mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 04:02:33 +00:00
9 lines
184 B
Bash
Executable File
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
|