From 052665c971592293820c44fcc36c5442c02c5aa2 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Wed, 10 Aug 2016 11:09:36 +0200 Subject: [PATCH] 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}} -- 2.43.0