Fix typo in CI script

This commit fixes a typo in the CI script, the command-line flag for
setting tests.badapples had a typo.

Original commit: elastic/x-pack-elasticsearch@c67a620485
This commit is contained in:
Jason Tedor 2017-09-03 18:37:50 -04:00
parent bf68b5a907
commit d9dce1afcd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ case $key in
"precommit"
"check"
"-Dtests.network=true"
"-Dtests.badaples=true"
"-Dtests.badapples=true"
)
;;
packagingTest)