Skip to content

Commit

Permalink
Pass test-data to dockerized backtest
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 8, 2019
1 parent 242ac4d commit 2a236db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helpers/publish_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ $? -ne 0 ]; then
fi

# Run backtest
docker run --rm -it -v $(pwd)/config.json.example:/freqtrade/config.json:ro freqtrade:${TAG} --datadir freqtrade/tests/testdata backtesting
docker run --rm -it -v $(pwd)/config.json.example:/freqtrade/config.json:ro -v $(pwd)/tests:/tests freqtrade:${TAG} --datadir /tests/testdata backtesting

if [ $? -ne 0 ]; then
echo "failed running backtest"
Expand Down

0 comments on commit 2a236db

Please sign in to comment.