Skip to content

Commit 8117169

Browse files
committed
LUCENE-10168: Fix typo that would _not_ run nightly tests.
1 parent 169785f commit 8117169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/scripts/smokeTestRelease.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ def smokeTest(java, baseURL, gitRevision, version, tmpDir, isSigned, local_keys,
11331133
# important code paths. They're disabled by default to preserve a good
11341134
# developer experience, but we enable them for smoke tests where we want good
11351135
# coverage.
1136-
testArgs = '-Dtests.nigthly=true %s' % testArgs
1136+
testArgs = '-Dtests.nightly=true %s' % testArgs
11371137

11381138
if FORCE_CLEAN:
11391139
if os.path.exists(tmpDir):

0 commit comments

Comments
 (0)