summaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-12 13:55:56 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:46:05 +0200
commita639bca6cc963483eb1627c7e6a1fa0af23ca148 (patch)
tree779555032db150252a42b297687f4fca192cc741 /test/lib
parentd21c84ef995248661da4d9d8b8e12499144f37f5 (diff)
downloaddbscripts-a639bca6cc963483eb1627c7e6a1fa0af23ca148.tar.gz
dbscripts-a639bca6cc963483eb1627c7e6a1fa0af23ca148.tar.xz
add new tests; misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/common.inc b/test/lib/common.inc
index 439180f..725ca55 100644
--- a/test/lib/common.inc
+++ b/test/lib/common.inc
@@ -91,7 +91,6 @@ setUp() {
mkdir -p "${TMP}/history-repo"
git init -q "${TMP}/history-repo"
- msg 'Creating svn repository...'
svnadmin create "${TMP}/svn-packages-repo"
arch_svn checkout -q "file://${TMP}/svn-packages-repo" "${TMP}/svn-packages-copy"
@@ -165,6 +164,7 @@ releasePackage() {
for _arch in "${arches[@]}"; do
# TODO: need to create the symlinks here (what commitpkg does)
+ # should this actually use commitpkg?
for single_name in "${pkgname[@]}"; do
pkgfile=("${STAGING}/${repo}/"${single_name}-${pkgver}-${arch}${PKGEXT})
pkgfile=${pkgfile[0]##*/}