Skip to content

Commit

Permalink
[misc] Fix silly mistake with exit code in benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Apr 9, 2020
1 parent 650a26f commit feb8ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ git checkout benchmark
cd scripts

python3 -m pip install -r requirements.txt
bench_returncode=$(python3 -m benchmark.cli merge-compare -r rxjava -g reactivex --compare expected_results.csv --merge-commands "spork merge" --output results.csv)
python3 -m benchmark.cli merge-compare -r rxjava -g reactivex --compare expected_results.csv --merge-commands "spork merge" --output results.csv
bench_returncode=$?

cat results.csv

Expand Down

0 comments on commit feb8ccd

Please sign in to comment.