Enable verbose output in run-tests.sh by adding the '-x' flag to the set command for improved debugging.
Some checks failed
Smoke tests / Build and smoke test (push) Failing after 34s

This commit is contained in:
AI Agent
2026-03-14 18:30:58 -06:00
parent 014730e2f7
commit f2f1699351

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -ex
TEST_DB=${MUD_TEST_DB:-./mudserver.db.test} TEST_DB=${MUD_TEST_DB:-./mudserver.db.test}
SERVER_PID= SERVER_PID=