summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-05-27 16:40:14 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-05-27 16:40:14 +0000
commitfc56e7d8c4bc712709be3ecf290d775d3dbf9996 (patch)
tree828172b053affeed56a02a18ce66c9820a5fe388 /tests
parent13c5ab5a0bd17cc4cd5d0abcae8d9c25ffb29fde (diff)
parent9ce4af1dd730afd1c875ab9763d56bfa14728296 (diff)
downloadmorph-fc56e7d8c4bc712709be3ecf290d775d3dbf9996.tar.gz
Merge branch 'ps/to-trove-id'
Changed Paul's patch so that --trove-prefix still works as an alias.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/trove-id.script (renamed from tests/trove-prefix.script)10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/trove-prefix.script b/tests/trove-id.script
index 0f8cee3f..7157559b 100755
--- a/tests/trove-prefix.script
+++ b/tests/trove-id.script
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-## Verify that trove-prefix (and by corollary trove-host) work properly.
+## Verify that trove-id (and by corollary trove-host) work properly.
set -eu
@@ -27,13 +27,13 @@ PROCESSEDDUMP="$DATADIR/processed-configdump"
"$SRCDIR/scripts/test-morph" \
--trove-host="TROVEHOST" \
- --trove-prefix="fudge" \
- --trove-prefix="github" \
+ --trove-id="fudge" \
+ --trove-id="github" \
--dump-config > "$RAWDUMP"
env MORPH_DUMP_PROCESSED_CONFIG=1 "$SRCDIR/scripts/test-morph" \
--trove-host="TROVEHOST" \
- --trove-prefix="fudge" \
- --trove-prefix="github" \
+ --trove-id="fudge" \
+ --trove-id="github" \
> "$PROCESSEDDUMP"
RAW_ALIAS=$(grep repo-alias "$RAWDUMP" | cut -d\ -f3-)