nix(refactor): Make with_tmp_db true checkedShellScript
This extends the interface of withTmpDb to allow loading different sets of database fixtures via `postgrest-with-postgresql-xx --fixtures <path>`.
This commit is contained in:
committed by
Wolfgang Walther
parent
f6b3a5cc22
commit
ba47a54293
+1
-1
@@ -57,7 +57,7 @@ let
|
||||
| xargs ${hlint}/bin/hlint -X QuasiQuotes -X NoPatternSynonyms
|
||||
|
||||
# Lint bash scripts
|
||||
${shellcheck}/bin/shellcheck test/create_test_db test/memory-tests.sh test/with_tmp_db
|
||||
${shellcheck}/bin/shellcheck test/create_test_db test/memory-tests.sh
|
||||
'';
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user