From 0f731bfabcdd19665c3c09c5f40f898101c501c9 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 28 Nov 2023 10:14:03 +0100
Subject: Bug 1474: Only quote exe-file path on Windows for execution

Double quoting of the exe-file for execution is only allowed and required on Window.
---
 make/scripts/runtest.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'make/scripts/runtest.sh')

diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh
index d6d5a45..570c5f1 100755
--- a/make/scripts/runtest.sh
+++ b/make/scripts/runtest.sh
@@ -99,7 +99,7 @@ function onetest() {
     echo
 }
 #
-#onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG
+onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG
 #onetest com.jogamp.common.util.TestSystemPropsAndEnvs 2>&1 | tee -a $LOG
 #onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG
 #onetest com.jogamp.common.util.TestVersionNumber 2>&1 | tee -a $LOG
@@ -137,7 +137,7 @@ function onetest() {
 #onetest com.jogamp.common.net.TestUri01 2>&1 | tee -a $LOG
 #onetest com.jogamp.common.net.TestUri02Composing 2>&1 | tee -a $LOG
 #onetest com.jogamp.common.net.TestUri03Resolving 2>&1 | tee -a $LOG
-onetest com.jogamp.common.net.TestUri99LaunchOnReservedCharPathBug908 2>&1 | tee -a $LOG
+#onetest com.jogamp.common.net.TestUri99LaunchOnReservedCharPathBug908 2>&1 | tee -a $LOG
 #onetest com.jogamp.common.net.TestAssetURLConnectionUnregistered 2>&1 | tee -a $LOG
 #onetest com.jogamp.common.net.TestAssetURLConnectionRegistered 2>&1 | tee -a $LOG
 #onetest com.jogamp.junit.sec.TestSecIOUtil01 2>&1 | tee -a $LOG
-- 
cgit v1.2.3