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:
parent
bf68b5a907
commit
d9dce1afcd
|
@ -33,7 +33,7 @@ case $key in
|
|||
"precommit"
|
||||
"check"
|
||||
"-Dtests.network=true"
|
||||
"-Dtests.badaples=true"
|
||||
"-Dtests.badapples=true"
|
||||
)
|
||||
;;
|
||||
packagingTest)
|
||||
|
|
Loading…
Reference in New Issue