This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 2f39db8270 NO-JIRA change one-test.sh to redirect test output to
System.out
2f39db8270 is described below
commit 2f39db8270e6da649f0f193fb260c2ac3ee975ea
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Jul 10 10:03:29 2024 -0400
NO-JIRA change one-test.sh to redirect test output to System.out
---
scripts/one-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/one-test.sh b/scripts/one-test.sh
index a963f3d917..e3a3aea25f 100755
--- a/scripts/one-test.sh
+++ b/scripts/one-test.sh
@@ -16,4 +16,4 @@
# specific language governing permissions and limitations
# under the License.
-mvn -Ptests -DfailIfNoTests=false -Ptests-retry -DskipStyleCheck=true
-DskipPerformanceTests=false -DskipSoakTests=false -Dtest=$1 test
+mvn -Ptests -DfailIfNoTests=false -Ptests-retry -DskipStyleCheck=true
-Dmaven.test.redirectTestOutputToFile=false -DskipPerformanceTests=false
-DskipSoakTests=false -Dtest=$1 test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact