aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-configure.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg-configure.test')
-rw-r--r--tests/pkg-configure.test12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/pkg-configure.test b/tests/pkg-configure.test
index 6e320e9..5a9e6f8 100644
--- a/tests/pkg-configure.test
+++ b/tests/pkg-configure.test
@@ -12,7 +12,7 @@
# pkg-configure
# |-- hello
# | |-- libhello-1.0.0.tar.gz
-# | `-- repositories
+# | `-- repositories.manifest
# |-- libhello-1.0.0
# | |-- build
# | | |-- bootstrap.build
@@ -45,7 +45,7 @@
# |-- libfoo-1.0.0.tar.gz
# |-- libfoo-1.1.0.tar.gz
# |-- libfoo-1.2.0.tar.gz
-# `-- repositories
+# `-- repositories.manifest
# Prepare repositories used by tests if running in the local mode.
#
@@ -55,13 +55,15 @@
# Create the signed 'hello' repository.
#
cp -r $src/hello $out/hello
- cat <<<$cert_manifest >+$out/hello/repositories
- $rep_create --key $key $out/hello &$out/hello/packages &$out/hello/signature
+ cat <<<$cert_manifest >+$out/hello/repositories.manifest
+
+ $rep_create --key $key $out/hello &$out/hello/packages.manifest \
+ &$out/hello/signature.manifest
# Create the 'stable' repository.
#
cp -r $src/stable $out/stable
- $rep_create $out/stable &$out/stable/packages
+ $rep_create $out/stable &$out/stable/packages.manifest
end
test.arguments += "config.cxx=$config.cxx"