Skip to content

Commit

Permalink
Allow CI to provide extra options to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Jan 17, 2019
1 parent c4294a6 commit 55a3fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex

function run_tests
{
$WINE "$@" -d yes -r cata --rng-seed time
$WINE "$@" -d yes -r cata --rng-seed time $EXTRA_TEST_OPTS
}

if [ -n "$CMAKE" ]
Expand Down

0 comments on commit 55a3fc1

Please sign in to comment.