kernel-tests master: Pax should skip instead of fail on non x86_64 (8830d74)

jforbes at fedoraproject.org jforbes at fedoraproject.org
Wed Jun 26 20:04:11 UTC 2013


Repository : http://git.fedorahosted.org/cgit/kernel-tests.git

On branch  : master

>---------------------------------------------------------------

commit 8830d74fe72c7338b9b55c5368a1ed949af9daeb
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Wed Jun 26 14:54:54 2013 -0500

    Pax should skip instead of fail on non x86_64


>---------------------------------------------------------------

 default/paxtest/runtest.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/default/paxtest/runtest.sh b/default/paxtest/runtest.sh
index 4a4b075..0e8e8b1 100755
--- a/default/paxtest/runtest.sh
+++ b/default/paxtest/runtest.sh
@@ -76,7 +76,7 @@ if [ "$ARCH" == "x86_64" ]; then
 else
 	echo FIXME: Unsupported ARCH: $(uname -m)
 	cat results.txt
-	exit -1
+	exit 3
 fi
 
 



More information about the kernel mailing list