Skip to content

Commit

Permalink
Double quote to prevent word splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 28, 2023
1 parent 7482ff0 commit c9997c0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Empty file modified examples/backtest/crypto_ema_cross_ethusdt_trade_ticks.py
100644 → 100755
Empty file.
Empty file modified examples/backtest/crypto_ema_cross_ethusdt_trailing_stop.py
100644 → 100755
Empty file.
Empty file modified examples/backtest/fx_ema_cross_audusd_bars_from_ticks.py
100644 → 100755
Empty file.
Empty file modified examples/backtest/fx_ema_cross_bracket_gbpusd_bars_external.py
100644 → 100755
Empty file.
Empty file modified examples/backtest/fx_ema_cross_bracket_gbpusd_bars_internal.py
100644 → 100755
Empty file.
Empty file modified examples/backtest/fx_market_maker_gbpusd_bars.py
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions scripts/test-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ do
start_time=$(date +%s)

# Run the backtest script
chmod +x examples/backtest/$script
yes | poetry run examples/backtest/$script
chmod +x "examples/backtest/$script"
yes | poetry run "examples/backtest/$script"

# Get the exit status of the last example run
exit_status=$?
Expand Down

0 comments on commit c9997c0

Please sign in to comment.