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

On branch  : master

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

commit 8830d74fe72c7338b9b55c5368a1ed949af9daeb
Author: Justin M. Forbes <[email protected]>
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
 
 

_______________________________________________
kernel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/kernel

Reply via email to