[med-svn] [Git][med-team/bart][master] fix commands test
Martin Uecker (@uecker-guest)
gitlab at salsa.debian.org
Sat May 9 13:14:36 BST 2026
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260509/4093e26c/attachment-0001.htm>
More information about the debian-med-commit
mailing list