nix: add traces to loadtest commands

This commit is contained in:
steve-chavez
2025-06-19 15:04:16 -05:00
parent 330df05891
commit e1c71c92d6
2 changed files with 9 additions and 6 deletions
+4 -1
View File
@@ -364,7 +364,10 @@ let
fi
echo "done."
echo -n "Starting postgrest... "
ver=$($PGRST_CMD ${legacyConfig} --version)
echo -n "Starting $ver... "
$PGRST_CMD ${legacyConfig} > "$tmpdir"/run.log 2>&1 &
pid=$!
# shellcheck disable=SC2317