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/create_test_db.sh
Executable file
5
slopserver/test/create_test_db.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
test_dir=slopserver/test
|
||||
|
||||
cat $test_dir/test_db.sql | sqlite3 $test_dir/test_db.sqlite
|
||||
Reference in New Issue
Block a user