diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-06-10 12:28:38 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-06-10 12:28:38 +0200 |
commit | 75deac81c2ca88219a4bc31d4a9a3da4f8274863 (patch) | |
tree | 46a7396f4858f319bf729445d3dcbe8917471df3 /test/lib/common.inc | |
parent | bc7cc36f4741c7a800afd94952dfccfdb4da2707 (diff) |
Make repositories for testing2x configurable
Diffstat (limited to 'test/lib/common.inc')
-rw-r--r-- | test/lib/common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/common.inc b/test/lib/common.inc index 827c207..35cdaee 100644 --- a/test/lib/common.inc +++ b/test/lib/common.inc @@ -106,6 +106,8 @@ setUp() { SVNREPO="file://${TMP}/svn-packages-repo" PKGREPOS=(${PKGREPOS[@]}) PKGPOOL="${PKGPOOL}" + TESTING_REPO='testing' + STABLE_REPOS=('core' 'extra') CLEANUP_DESTDIR="${TMP}/package-cleanup" SOURCE_CLEANUP_DESTDIR="${TMP}/source-cleanup" STAGING="${TMP}/staging" |