nix: remove uneeded slocat
slocat was introduced to test pipeline mode (see https://github.com/PostgREST/postgrest/pull/2682), but pipeline mode was not merged https://github.com/PostgREST/postgrest/pull/2707. So it's really not needed on the loadtests.
This commit is contained in:
committed by
Wolfgang Walther
parent
5ff271592c
commit
af4c4157f5
@@ -140,9 +140,7 @@ let
|
||||
mixed)
|
||||
# shellcheck disable=SC2145
|
||||
${withTools.withPg} -f "$_arg_testdir"/fixtures.sql \
|
||||
${withTools.withSlowPg} \
|
||||
${withTools.withPgrst} -m "$_arg_monitor" \
|
||||
${withTools.withSlowPgrst} \
|
||||
sh -c "cd \"$_arg_testdir\" && \
|
||||
${runner} -targets targets.http -output \"$abs_output\" \"''${_arg_leftovers[@]}\""
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user