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:04 UTC

[lucene] branch branch_9x 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 branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


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

commit 81171690b83b567eaad3514f55abce7ee6d971b7
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 1d4f448..6d985bf 100755
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -1133,7 +1133,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):