summaryrefslogtreecommitdiffstats
path: root/docs/runtests.sh
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-11-23 09:59:54 -0600
committerClark Williams <williams@redhat.com>2009-11-23 09:59:54 -0600
commitf7b4f6cb7ff4330ce7359d1036a771363837d046 (patch)
tree50f5eef12832c096f1371c93467d31555718a29a /docs/runtests.sh
parent9601a606d7f9097d42db104f54d843e2b3fc8b08 (diff)
downloadmock-1.0.0.tar.gz
mock-1.0.0.tar.xz
mock-1.0.0.zip
version bump to 1.0.0mock-1.0.0
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'docs/runtests.sh')
-rwxr-xr-xdocs/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtests.sh b/docs/runtests.sh
index 0b4af5f..60e6f6a 100755
--- a/docs/runtests.sh
+++ b/docs/runtests.sh
@@ -27,7 +27,7 @@ cd $TOP_SRCTREE
#
# most tests below will use this mock command line
#
-testConfig=fedora-10-x86_64
+testConfig=fedora-11-x86_64
uniqueext="$$-$RANDOM"
outdir=${CURDIR}/mock-unit-test
MOCKCMD="sudo ./py/mock.py --resultdir=$outdir --uniqueext=$uniqueext -r $testConfig $MOCK_EXTRA_ARGS"