Nilesh Patra pushed to branch master at Debian Med / tree-puzzle
Commits: 7663fc27 by Nilesh Patra at 2021-02-07T20:40:36+05:30 Skip ut-pure-prot.test for !amd64 due to rounding errors - - - - - 2 changed files: - debian/patches/series - + debian/patches/skip-ut-prottest-for-non-amd64.patch Changes: ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ fix-mpi3-build.patch update_test_results.patch reproducible-build.patch reduce_decimals_for_testing.patch +skip-ut-prottest-for-non-amd64.patch ===================================== debian/patches/skip-ut-prottest-for-non-amd64.patch ===================================== @@ -0,0 +1,24 @@ +Description: Skip ut-pure-prot.test for !amd64 +Author: Nilesh Patra <[email protected]> +Last-Update: 2021-02-07 +--- a/tests/ut-pure-prot.test ++++ b/tests/ut-pure-prot.test +@@ -20,6 +20,7 @@ + fname=`echo $0 | sed -e 's/.*\///'` + GENERATE=0 + TESTTYPE="Testing: " ++BUILDARCH=`dpkg-architecture -qDEB_BUILD_ARCH` + + if test 0 -ne $# + then +@@ -222,6 +223,10 @@ + ;; + esac + ++if [ "$BUILDARCH" != "amd64" ] ; then ++ exit 77 ++fi ++ + if test $GENERATE -eq 1; then + VVV=`echo $VERSION | sed -e "s/\./\\./g"` + if test "X$VVV" = "X"; then VVV="ASDFGHJKL" ; fi View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/7663fc273f14651f93267c34bfcdae586ebe7ab8 -- View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/7663fc273f14651f93267c34bfcdae586ebe7ab8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
