[packages/openjdk8] Run java as smoke test to find problems early

jajcus jajcus at pld-linux.org
Wed Aug 10 11:11:35 CEST 2016


commit 052665c971592293820c44fcc36c5442c02c5aa2
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Wed Aug 10 11:09:36 2016 +0200

    Run java as smoke test to find problems early
    
    Otherwise broken build with fail on cacerts generation, which might be
    confusing.

 openjdk8.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/openjdk8.spec b/openjdk8.spec
index e522979..fc4115a 100644
--- a/openjdk8.spec
+++ b/openjdk8.spec
@@ -482,6 +482,9 @@ EOF
 	LIBHPROF_OPTIMIZATION=LOW \
 	LIBVERIFY_OPTIMIZATION=LOW
 
+# smoke test
+tmp-bin/java -version
+
 export PATH="$(pwd)/build-bin:$PATH"
 %{?with_cacerts:%{__sh} %{SOURCE10}}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk8.git/commitdiff/4e46d1234e51e5dbf8a6406e11152134769cbd7b



More information about the pld-cvs-commit mailing list