This is an automated email from the git hooks/post-receive script. jforbes pushed a commit to branch master in repository kernel-tests. commit 8830d74fe72c7338b9b55c5368a1ed949af9daeb Author: Justin M. Forbes <jforbes@xxxxxxxxxx> 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 file changed, 1 insertion(+), 1 deletion(-) 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 -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx