Martin Uecker pushed to branch master at Debian Med / bart
Commits: 6ca9b25f by Martin Uecker at 2023-12-07T16:39:00+01:00 Revert "fix running testsuite" This reverts commit 850e9e1e068d9c816adbf26283beea9452733214. - - - - - e9c0d8c5 by Martin Uecker at 2023-12-07T16:39:48+01:00 Revert "another test fix" This reverts commit ea0569c47d2cee6da3a5d95465c078d258ed5c6c. - - - - - 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 +3` +CMDS=`bart | tail -n +2` ./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 +3` +CMDS=`bart | tail -n +2` mkdir $AUTOPKGTEST_TMP/tests/ mkdir $AUTOPKGTEST_TMP/tests/out/ View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/82b67b8606084e96c6cc447e5bf6af5671146288...e9c0d8c55f64b5ff9a7dfeaf3a8cf35e9048f128 -- View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/82b67b8606084e96c6cc447e5bf6af5671146288...e9c0d8c55f64b5ff9a7dfeaf3a8cf35e9048f128 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
