Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in portage-utils/tests/quse: dotest
Date: Thu, 22 Dec 2011 19:31:48
Message-Id: 20111222193047.52E5D2005C@flycatcher.gentoo.org
1 vapier 11/12/22 19:30:47
2
3 Modified: dotest
4 Log:
5 redo test output to get info on a per-test basis
6
7 Revision Changes Path
8 1.7 portage-utils/tests/quse/dotest
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/quse/dotest?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/quse/dotest?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/quse/dotest?r1=1.6&r2=1.7
13
14 Index: dotest
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/portage-utils/tests/quse/dotest,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- dotest 12 Dec 2011 21:04:24 -0000 1.6
21 +++ dotest 22 Dec 2011 19:30:47 -0000 1.7
22 @@ -25,6 +25,7 @@
23 quse -CD ${all} > x
24 diff -u x all.good
25 rm x good all.good
26 +tpass "arch.list"
27
28 # check use.desc
29 f="$d/use.desc"
30 @@ -38,6 +39,7 @@
31 quse -CD ${all} > x
32 diff -u x all.good
33 rm x good all.good
34 +tpass "use.desc"
35
36 # check use.local.desc
37 f="$d/use.local.desc"
38 @@ -51,6 +53,7 @@
39 quse -CD ${all} > x
40 diff -u x all.good
41 rm x good all.good
42 +tpass "use.local.desc"
43
44 # check desc subdir
45 f="$d/desc/elibc.desc"
46 @@ -64,6 +67,7 @@
47 quse -CD ${all} > x
48 diff -u x all.good
49 rm x good all.good
50 +tpass "desc/elibc.desc"
51
52 # check cross file matches
53 # sort because quse order depends on the readdir order
54 @@ -72,11 +76,12 @@
55 quse -CD abc | LC_ALL=C sort > x
56 diff -u ${as}/list01.good x
57 rm x
58 +tpass "multi file match"
59
60 trimtmpdir
61
62 ###### faster test needed.########
63 -pass
64 +end
65 ##################################
66 type -p mksquashfs || exit 0