mirror of https://github.com/apache/lucene.git
LUCENE-10168: Fix typo that would _not_ run nightly tests.
This commit is contained in:
parent
2f5e3c323b
commit
457367e9b7
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue