You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/01/14 12:52:06 UTC

[lucene] branch main updated: LUCENE-10168: Fix typo that would _not_ run nightly tests.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 457367e  LUCENE-10168: Fix typo that would _not_ run nightly tests.
457367e is described below

commit 457367e9b78fc180cfec2c1041a5ac2f1c0caef3
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Fri Jan 14 13:51:16 2022 +0100

    LUCENE-10168: Fix typo that would _not_ run nightly tests.
---
 dev-tools/scripts/smokeTestRelease.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py
index a1acc87..d183fba 100755
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -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
   # developer experience, but we enable them for smoke tests where we want good
   # coverage.
-  testArgs = '-Dtests.nigthly=true %s' % testArgs
+  testArgs = '-Dtests.nightly=true %s' % testArgs
 
   if FORCE_CLEAN:
     if os.path.exists(tmpDir):