Skip to content

Commit

Permalink
tests/test_backtest.sh: Installs MT4 and MT5 by installer
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jan 17, 2024
1 parent cb2a2e6 commit 28dc4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tests/test_backtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export RUN_ON_ERROR="tail $file_stdout $file_stderr"
## START TESTS

# Installs both platforms.
install_mt 4.0.0.1280 /opt 1> $file_stdout 2> $file_stderr
install_mt 5.0.0.2361 /opt 1> $file_stdout 2> $file_stderr
install_mt 4 /opt 1> $file_stdout 2> $file_stderr
install_mt 5 /opt 1> $file_stdout 2> $file_stderr

## Checks backtest with missing parameters.
! run_backtest -_ 1> $file_stdout 2> $file_stderr
Expand Down

0 comments on commit 28dc4af

Please sign in to comment.