Skip to content

Commit

Permalink
feat: Tweaks to run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Jul 27, 2023
1 parent 2d76aa8 commit 389b62e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/run-fuzz-test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

poetry run python -m vega_sim.scenario.fuzzed_markets.run_fuzz_test --steps $1
python -m vega_sim.scenario.fuzzed_markets.run_fuzz_test --steps $1
2 changes: 1 addition & 1 deletion scripts/run-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WORK_DIR="$(realpath "$(dirname "$0")/..")"
RESULT_DIR="${WORK_DIR}/test_logs/$(date '+%F_%H%M%S')-integration"
mkdir -p "${RESULT_DIR}"

poetry run pytest -s -v -m integration --junitxml ${RESULT_DIR}/integration-test-results.xml --log-cli-level INFO
pytest -s -v -m integration --junitxml ${RESULT_DIR}/integration-test-results.xml --log-cli-level INFO
2 changes: 1 addition & 1 deletion scripts/run-plot-gen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

poetry run python -m tests.integration.test_plot_gen
python -m tests.integration.test_plot_gen

0 comments on commit 389b62e

Please sign in to comment.