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

gerlowskija pushed a commit to branch branch_9_5
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_5 by this push:
     new cdd27dd15c3 Revert "Temporarily disable tests"
cdd27dd15c3 is described below

commit cdd27dd15c3a6574032e9b1b92b148ab4e383599
Author: Jason Gerlowski <[email protected]>
AuthorDate: Wed Feb 7 14:51:41 2024 -0500

    Revert "Temporarily disable tests"
    
    I think I've worked through my gpg issues and want tests back on for
    cutting the new RC.
    
    This reverts commit b03df01e89e64bc897a6be93de00af9ded2ee99b.
---
 dev-tools/scripts/buildAndPushRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/scripts/buildAndPushRelease.py 
b/dev-tools/scripts/buildAndPushRelease.py
index be945e567e4..44416eed723 100755
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -112,8 +112,8 @@ def prepare(root, version, pause_before_sign, mf_username, 
gpg_key_id, gpg_passw
   checkDOAPfiles(version)
 
   if not dev_mode:
-    print('  ./gradlew --no-daemon -Dtests.badapples=false clean check -x 
test')
-    run('./gradlew --no-daemon -Dtests.badapples=false clean check -x test')
+    print('  ./gradlew --no-daemon -Dtests.badapples=false clean check')
+    run('./gradlew --no-daemon -Dtests.badapples=false clean check')
   else:
     print('  skipping precommit check due to dev-mode')
 

Reply via email to