components/net-snmp/run-tests
changeset 1650 ce501c11d5fa
parent 252 ee0fb1eabcbf
child 1679 51291a5fd692
--- a/components/net-snmp/run-tests	Wed Jan 22 01:46:00 2014 -0800
+++ b/components/net-snmp/run-tests	Wed Jan 22 01:46:00 2014 -0800
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 #
 #pragma ident	"@(#)run-tests	1.1	09/07/08 SMI"
@@ -61,7 +61,7 @@
 PATH=${IROOT}/usr/sbin/i86:${IROOTB}:${IROOTS}:/usr/ccs/bin:/usr/bin:${SPRO_VROOT}/bin:/usr/sbin:/sbin:/usr/bin:/usr/etc:/usr/sbin:/etc:.:/usr/openwin/bin
 export PATH
 #./RUNTESTS -a > test.32.out 2>&1
-./RUNTESTS -a > ${VER}/test.32.out 2>&1
+./RUNTESTS > ${VER}/test.32.out 2>&1
 if [ $? -ne 0 ]; then
 	echo ""
 	echo "=================================================================="
@@ -74,7 +74,7 @@
 PATH=${IROOT}/usr/sbin/amd64:${IROOT}/usr/bin:/usr/ccs/bin:/usr/bin:${SPRO_VROOT}/bin:/usr/sbin:/sbin:/usr/bin:/usr/etc:/usr/sbin:/etc:.:/usr/openwin/bin
 export PATH
 cd ${VER64}/testing
-./RUNTESTS -a > ${VER64}/test.64.out 2>&1
+./RUNTESTS > ${VER64}/test.64.out 2>&1
 if [ $? -ne 0 ]; then
 	echo ""
 	echo "=================================================================="
@@ -89,7 +89,7 @@
 cd ${VER64}/testing
 PATH=${IROOT}/usr/sbin:${IROOT}/usr/bin:/usr/ccs/bin:/usr/bin:${SPRO_VROOT}/bin:/usr/sbin:/sbin:/usr/bin:/usr/etc:/usr/sbin:/etc:.:/usr/openwin/bin
 export PATH
-./RUNTESTS -a > ${VER64}/test.64.out 2>&1
+./RUNTESTS > ${VER64}/test.64.out 2>&1
 if [ $? -ne 0 ]; then
         echo ""
         echo "=================================================================="