Martin Uecker pushed to branch master at Debian Med / bart
Commits: 2987da4f by Martin Uecker at 2026-05-09T14:10:12+02:00 fix commands test - - - - - 2 changed files: - debian/tests/commands - debian/tests/suite Changes: ===================================== debian/tests/commands ===================================== @@ -1,7 +1,7 @@ #!/bin/sh set -e -CMDS=`bart | tail -n +2` +CMDS=`bart | tail -n +2 | cut -d':' -f2-` ./rules/update_commands.sh /usr/bin/bart $AUTOPKGTEST_TMP/commands.txt $CMDS zcmp /usr/share/doc/bart/commands.txt.gz $AUTOPKGTEST_TMP/commands.txt ===================================== debian/tests/suite ===================================== @@ -1,7 +1,7 @@ #!/bin/sh set -e -CMDS=`bart | tail -n +2` +CMDS=`bart | tail -n +2 | cut -d':' -f2-` mkdir $AUTOPKGTEST_TMP/tests/ mkdir $AUTOPKGTEST_TMP/tests/out/ View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/2987da4f9ad0ef1c090462c5f1c5c56e23314464 -- View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/2987da4f9ad0ef1c090462c5f1c5c56e23314464 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
