Your message dated Fri, 27 Dec 2019 22:12:38 -0800
with message-id <[email protected]>
and subject line Re: automated testing - patch to wire in upstream test suite
has caused the Debian Bug report #351820,
regarding automated testing - patch to wire in upstream test suite
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
351820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=351820
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mawk
Version: 1.3.3-11
Severity: wishlist
Tags: patch
The enclosed patch provides a testcase for the autodebtest/autopkgtest
automatic package testing infrastructure. With this patch applied,
the source package can be used with the testing framework to test an
installed version of the .deb.
The patch supplies one test case, which runs the upstream mawktest
script but using the installed version of mawk. The upstream tests
are not systematically broken out into individual tests, so it's
easiest to represent the whole lot as one test.
For more information on this automatic package testing infrastructure,
see:
autodebtest (in sid, will shortly be renamed to autopkgtest)
http://lists.debian.org/debian-devel/2006/02/msg00035.html
https://wiki.ubuntu.com/AutomatedTesting
The reference documentation for the testing system will be migrating
into the autopkgtest package at some point.
Ian.
diff --exclude 'parse.[ch]' -ruN orig/mawk-1.3.3/debian/tests/control
mawk-1.3.3/debian/tests/control
--- orig/mawk-1.3.3/debian/tests/control 1970-01-01 01:00:00.000000000
+0100
+++ mawk-1.3.3/debian/tests/control 2006-01-31 15:25:36.081499137 +0000
@@ -0,0 +1,2 @@
+Tests: mawktest
+Restrictions: rw-build-tree
diff --exclude 'parse.[ch]' -ruN orig/mawk-1.3.3/debian/tests/mawktest
mawk-1.3.3/debian/tests/mawktest
--- orig/mawk-1.3.3/debian/tests/mawktest 1970-01-01 01:00:00.000000000
+0100
+++ mawk-1.3.3/debian/tests/mawktest 2006-01-31 15:25:36.081499137 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+sed -e '
+ /^PATH=/d;
+ /^mawk -W version/ s/$/ 2>&1/;
+' <test/mawktest >"$TMPDIR/mawktest"
+chmod +x "$TMPDIR/mawktest"
+cd test
+"$TMPDIR/mawktest"
--- End Message ---
--- Begin Message ---
Version: 1.3.3-17
This patch has been present since 1.3.3-17.
--
Best,
Boyuan Yang
On Tue, 7 Feb 2006 17:42:25 +0000 Ian Jackson <[email protected]> wrote:
> Package: mawk
> Version: 1.3.3-11
> Severity: wishlist
> Tags: patch
>
> The enclosed patch provides a testcase for the
autodebtest/autopkgtest
> automatic package testing infrastructure. With this patch applied,
> the source package can be used with the testing framework to test an
> installed version of the .deb.
>
> The patch supplies one test case, which runs the upstream mawktest
> script but using the installed version of mawk. The upstream tests
> are not systematically broken out into individual tests, so it's
> easiest to represent the whole lot as one test.
>
> For more information on this automatic package testing
infrastructure,
> see:
> autodebtest (in sid, will shortly be renamed to autopkgtest)
> http://lists.debian.org/debian-devel/2006/02/msg00035.html
> https://wiki.ubuntu.com/AutomatedTesting
>
> The reference documentation for the testing system will be migrating
> into the autopkgtest package at some point.
>
> Ian.
>
> diff --exclude 'parse.[ch]' -ruN orig/mawk-1.3.3/debian/tests/control
mawk-1.3.3/debian/tests/control
> --- orig/mawk-1.3.3/debian/tests/control 1970-01-01
01:00:00.000000000 +0100
> +++ mawk-1.3.3/debian/tests/control 2006-01-31 15:25:36.081499137
+0000
> @@ -0,0 +1,2 @@
> +Tests: mawktest
> +Restrictions: rw-build-tree
> diff --exclude 'parse.[ch]' -ruN orig/mawk-
1.3.3/debian/tests/mawktest mawk-1.3.3/debian/tests/mawktest
> --- orig/mawk-1.3.3/debian/tests/mawktest 1970-01-01
01:00:00.000000000 +0100
> +++ mawk-1.3.3/debian/tests/mawktest 2006-01-31 15:25:36.081499137
+0000
> @@ -0,0 +1,9 @@
> +#!/bin/sh
> +set -e
> +sed -e '
> + /^PATH=/d;
> + /^mawk -W version/ s/$/ 2>&1/;
> +' <test/mawktest >"$TMPDIR/mawktest"
> +chmod +x "$TMPDIR/mawktest"
> +cd test
> +"$TMPDIR/mawktest"
>
>
signature.asc
Description: This is a digitally signed message part
--- End Message ---