LUCENE-10168: Fix typo that would _not_ run nightly tests.

This commit is contained in:
Adrien Grand 2022-01-14 13:51:16 +01:00
parent 2f5e3c323b
commit 457367e9b7
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ def smokeTest(java, baseURL, gitRevision, version, tmpDir, isSigned, local_keys,
# important code paths. They're disabled by default to preserve a good # important code paths. They're disabled by default to preserve a good
# developer experience, but we enable them for smoke tests where we want good # developer experience, but we enable them for smoke tests where we want good
# coverage. # coverage.
testArgs = '-Dtests.nigthly=true %s' % testArgs testArgs = '-Dtests.nightly=true %s' % testArgs
if FORCE_CLEAN: if FORCE_CLEAN:
if os.path.exists(tmpDir): if os.path.exists(tmpDir):