Files
slop-farmer-server/slopserver/test/backup_test_db.sh
Jack Case 6a1837762e move testing-related files to test submodule
create scripts to load and dump the test database to and from SQL files
2025-11-26 16:19:14 +00:00

5 lines
82 B
Bash
Executable File

#!/bin/bash
test_dir=slopserver/test
sqlite3 $test_dir/test_db.sqlite .dump > $1