Olivier Sallou pushed to branch master at Debian Med / seqan2
Commits: 0ea7032f by Olivier Sallou at 2022-12-21T14:31:44+00:00 Comment mason2 tests as per upstream https://pipelines.actions.githubusercontent.com/serviceHosts/c6fe049e-ac44-4747-93ac-ca061297e314/_apis/pipelines/1/runs/442/signedlogcontent/6?urlExpires=2022-12-21T14%3A20%3A23.8352059Z&urlSigningMethod=HMACV1&urlSignature=exjKqyuaLr9it6mOHHG1lnD4b85%2BDeKYhTMYAphydBk%3D upstream CI log: Skipping mason2 tests on Unix GCC!=10 - - - - - 1 changed file: - debian/patches/fix_python3_tests Changes: ===================================== debian/patches/fix_python3_tests ===================================== @@ -1,8 +1,10 @@ Author: Olivier Sallou <[email protected]> Forwarded: no Description: fix some string comparisons made -for py2. In py3 we read bytes, not str, so -decode bytes to str before comparison + for py2. In py3 we read bytes, not str, so + decode bytes to str before comparison. + Remove mason2 tests as upstream skip them + if gcc > 10 (in develop branch) Last-Updated: 2022-12-21 --- a/util/bin/demo_checker.py +++ b/util/bin/demo_checker.py @@ -47,3 +49,14 @@ Last-Updated: 2022-12-21 for t in transforms: result_str = t.apply(result_str, False) if expected_str == result_str: +--- a/apps/mason2/CMakeLists.txt ++++ b/apps/mason2/CMakeLists.txt +@@ -164,7 +164,7 @@ + # App Test + # ---------------------------------------------------------------------------- + +-seqan_add_app_test (mason2) ++#seqan_add_app_test (mason2) + + # ---------------------------------------------------------------------------- + # CPack Install View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/0ea7032f65969f82bfcd8f2af1fdb4cde850f0bf -- View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/0ea7032f65969f82bfcd8f2af1fdb4cde850f0bf 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
