Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-03-25 08:34:18 +0000
committerDavid Williams2014-03-25 08:34:18 +0000
commitd102d8f0294a1ea431404db940b53750a67ac96c (patch)
tree6683452b5d347668f367f0253a98d7850f8bc83d /production/testScripts/configuration/sdk.tests/testConfigs/win7
parentdba28e090343a5db16a1c95c4e7ef6b5c5e50457 (diff)
downloadeclipse.platform.releng.aggregator-d102d8f0294a1ea431404db940b53750a67ac96c.tar.gz
eclipse.platform.releng.aggregator-d102d8f0294a1ea431404db940b53750a67ac96c.tar.xz
eclipse.platform.releng.aggregator-d102d8f0294a1ea431404db940b53750a67ac96c.zip
Bug 431047 - test results are not getting summarized on DL page
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/win7')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat4
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/testing.properties5
2 files changed, 2 insertions, 7 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat b/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat
index c1b5cd3e4..a338dbba7 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat
@@ -28,10 +28,10 @@ ECHO propertyFile in testAll: %propertyFile%
mkdir results\consolelogs
IF DEFINED extdir (
-runtests.bat -extdirprop "%extdir%" -os win32 -ws win32 -arch x86 -vm %vmcmd% -properties %propertyFile% %* > results\consolelogs\win7consolelog.txt
+runtests.bat -extdirprop "%extdir%" -os win32 -ws win32 -arch x86 -vm %vmcmd% -properties %propertyFile% %* > results\consolelogs\win32.win32.x86_7.0_consolelog.txt
GOTO END
)
-runtests.bat -os win32 -ws win32 -arch x86 -vm %vmcmd% -properties %propertyFile% %* > results\consolelogs\win7consolelog.txt
+runtests.bat -os win32 -ws win32 -arch x86 -vm %vmcmd% -properties %propertyFile% %* > results\win32.win32.x86_7.0_consolelog.txt
:END
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/testing.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7/testing.properties
index 0ef4989a7..430423f5a 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/testing.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/testing.properties
@@ -35,16 +35,11 @@ previousRuntimePlatform=eclipse-platform-3.7.1-win32.zip
#directory where test scripts are launched
executionDir=${testDir}\\eclipse-testing
-#name of file that captures console output from running JUnit plug-in tests
-consolelog=win7-6.0_consolelog.txt
-
testExecutable=cmd
#name of script to execute on remote machine
#testScript=start /min /wait ${executionDir}\\testAll.bat
testScript=${executionDir}\\testAll.bat
-#arguments to $(testScript)
-#args=/c win7-6.0_consolelog.txt
#Bug 384974 - consider explicit argument for tests to run
args=

Back to the top