make_release_packages
changeset 1130 e9cbce844ef6
parent 1057 f7cec71a5f1e
child 1189 f3178ba616ba
--- a/make_release_packages	Tue May 10 12:30:26 2011 -0700
+++ b/make_release_packages	Wed May 18 13:42:51 2011 -0700
@@ -1,6 +1,6 @@
 #! /bin/ksh93
 #
-# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -91,11 +91,12 @@
 cd pkg
 ${XMAKE} clean > "${LOG}" 2>&1
 ${XMAKE} install XNV_BUILDNUM="${XNV_BUILDNUM}" "${PUBLISHER_FLAGS}" > "${LOG}" 2>&1
-${XMAKE} check XNV_BUILDNUM="${XNV_BUILDNUM}" > "${CHECK_LOG}" 2>&1
-
 print "Result log is in ${LOG}"
 
+print "Checking built packages"
+${XMAKE} check XNV_BUILDNUM="${XNV_BUILDNUM}" > "${CHECK_LOG}" 2>&1
+print "Package check log is in ${CHECK_LOG}"
+
 "${BUILD_TOOLS}/find-build-errors" -s "${LOG}"
-"${BUILD_TOOLS}/find-build-errors" -s "${CHECK_LOG}"
 
 exit 0