aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-test.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg-test.test')
-rw-r--r--tests/pkg-test.test11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/pkg-test.test b/tests/pkg-test.test
index a54cdff..6e36ffe 100644
--- a/tests/pkg-test.test
+++ b/tests/pkg-test.test
@@ -64,7 +64,7 @@ test.options += --build-option -s
$clone_cfg;
$* libbaz 2>>~%EOE%
- %info: .+libbaz-0.0.3.+ has nothing to test%
+ %info: .+ has nothing to test%
tested libbaz/0.0.3
EOE
}
@@ -78,7 +78,7 @@ test.options += --build-option -s
$clone_root_cfg;
$* --all 2>>~%EOE%
- %info: .+libbaz-0.0.3.+ has nothing to test%
+ %info: .+ has nothing to test%
tested libbaz/0.0.3
EOE
}
@@ -99,8 +99,7 @@ test.options += --build-option -s
$clone_cfg;
$* libbaz --immediate 2>>~%EOE%
- %info: .+libbaz-0.0.3.+ has nothing to test%
- %info: .+libfoo-0.0.1.+ has nothing to test%
+ %info: .+ has nothing to test%{2}
tested libbaz/0.0.3
tested libfoo/0.0.1
EOE
@@ -112,9 +111,7 @@ test.options += --build-option -s
$clone_cfg;
$* libbaz --recursive 2>>~%EOE%
- %info: .+libbaz-0.0.3.+ has nothing to test%
- %info: .+libfoo-0.0.1.+ has nothing to test%
- %info: .+libfix-0.0.1.+ has nothing to test%
+ %info: .+ has nothing to test%{3}
tested libbaz/0.0.3
tested libfoo/0.0.1
tested libfix/0.0.1