test: Reorganize test/ folder into one subdirectory for each test type

This commit is contained in:
Wolfgang Walther
2022-06-03 22:19:16 -05:00
committed by Steve Chavez
parent 9378de558f
commit 685acccf6d
110 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ stop() {
trap stop EXIT
log "Loading fixtures..."
psql -v ON_ERROR_STOP=1 -f test/fixtures/load.sql >> "$setuplog"
psql -v ON_ERROR_STOP=1 -f test/spec/fixtures/load.sql >> "$setuplog"
log "Done. Running command..."
# Run the command that was given as an argument. The `exit` trap above will