Files
slop-farmer-server/slopserver/test/create_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
99 B
Bash
Executable File

#!/bin/bash
test_dir=slopserver/test
cat $test_dir/test_db.sql | sqlite3 $test_dir/test_db.sqlite