rpms/java-1.7.0-icedtea/devel java-1.7.0-icedtea.spec,1.6,1.7

Lillian Angel (langel) fedora-extras-commits at redhat.com
Tue Sep 25 16:30:39 UTC 2007


Author: langel

Update of /cvs/pkgs/rpms/java-1.7.0-icedtea/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27111

Modified Files:
	java-1.7.0-icedtea.spec 
Log Message:
* Mon Sep 25 2007 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.15.b18.snapshot
- Fixed running of Xvfb so it does not terminate after a successful test.




Index: java-1.7.0-icedtea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.7.0-icedtea/devel/java-1.7.0-icedtea.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- java-1.7.0-icedtea.spec	24 Sep 2007 20:51:55 -0000	1.6
+++ java-1.7.0-icedtea.spec	25 Sep 2007 16:30:06 -0000	1.7
@@ -306,8 +306,8 @@
 popd
 pushd jtreg
   echo ====================JTREG TESTING========================
-  Xvfb :1 -screen 1 1280x1024x24 -ac -terminate &
-  export DISPLAY=:1.1
+  Xvfb :1 &
+  export DISPLAY=:1.0
   ./linux/bin/jtreg -v -a -testjdk:$JAVA_HOME \
 	$(pwd)/../openjdk/j2se/test/ 2>&1
   killall -9 Xvfb
@@ -743,6 +743,9 @@
 %{_jvmdir}/%{jredir}/lib/%{archinstall}/gcjwebplugin.so
 
 %changelog
+* Mon Sep 25 2007 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.15.b18.snapshot
+- Fixed running of Xvfb so it does not terminate after a successful test.
+
 * Mon Sep 24 2007 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.15.b18.snapshot
 - Added JTreg zip as source
 - Run JTreg tests after build for smoke testing.




More information about the fedora-extras-commits mailing list