move testing-related files to test submodule
create scripts to load and dump the test database to and from SQL files
This commit is contained in:
5
slopserver/test/backup_test_db.sh
Executable file
5
slopserver/test/backup_test_db.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
test_dir=slopserver/test
|
||||
|
||||
sqlite3 $test_dir/test_db.sqlite .dump > $1
|
||||
Reference in New Issue
Block a user