rpms/eclipse-cdt/devel eclipse-cdt-runtests.sh, 1.3, 1.4 eclipse-cdt.spec, 1.105, 1.106

Andrew Overholt overholt at fedoraproject.org
Thu Aug 28 16:48:54 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse-cdt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13590

Modified Files:
	eclipse-cdt-runtests.sh eclipse-cdt.spec 
Log Message:
Forgot I took the version off org.eclipse.test ...


Index: eclipse-cdt-runtests.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/devel/eclipse-cdt-runtests.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eclipse-cdt-runtests.sh	28 Aug 2008 16:24:03 -0000	1.3
+++ eclipse-cdt-runtests.sh	28 Aug 2008 16:48:24 -0000	1.4
@@ -50,9 +50,7 @@
 testDriver=$eclipseHome/dropins/cdt-tests/plugins/${testSuite}_${cdtTestPluginVersion}/test.xml
 properties=$(pwd)/cdt-tests.properties
 
-testPluginVersion=$(ls $eclipseHome/dropins/sdk/plugins | \
-  grep org.eclipse.test_ | sed 's/org.eclipse.test_//')
-libraryXml=$eclipseHome/dropins/sdk/plugins/org.eclipse.test_$testPluginVersion/library.xml
+libraryXml=$eclipseHome/dropins/sdk/plugins/org.eclipse.test/library.xml
 results=$(pwd)/results-`date "+%Y%m%d%H%M%S"`
 workspace=$(pwd)/workspace
 datadir=$(pwd)/testDataDir


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- eclipse-cdt.spec	28 Aug 2008 16:12:23 -0000	1.105
+++ eclipse-cdt.spec	28 Aug 2008 16:48:24 -0000	1.106
@@ -1,6 +1,6 @@
 Epoch: 1
 
-%define gcj_support             0
+%define gcj_support             1
 %define run_tests               1
 %define ship_tests              0
 %define major                   5
@@ -471,10 +471,6 @@
 cp -rpL ${installDir}-tests SDK.fortests/dropins
 # FIXME:  I'd like to simulate real life with something like this ...
 #chown -R root:root SDK.fortests
-
-# TESTING
-ls -R $(pwd)/SDK.fortests
-
 SDK.fortests/dropins/cdt-tests/runtests -e $(pwd)/SDK.fortests
 w3m -cols 120 -dump results-*/html/org.eclipse.cdt.testing.html
 %if ! %{ship_tests}




More information about the fedora-extras-commits mailing list