summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-19 21:43:44 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-19 21:43:44 -0600
commit50b03e60318c31224c0df9a7405751d50e8abace (patch)
tree1be4611037dc4995432dd6c67d195812c393e06e /docs
parent3b856bf60e26191921d2dce9e613b79deef9f775 (diff)
downloadmock-50b03e60318c31224c0df9a7405751d50e8abace.tar.gz
mock-50b03e60318c31224c0df9a7405751d50e8abace.tar.xz
mock-50b03e60318c31224c0df9a7405751d50e8abace.zip
we are now noarch, fix unit tests.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/runtests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtests.sh b/docs/runtests.sh
index 0c8330a..724df49 100755
--- a/docs/runtests.sh
+++ b/docs/runtests.sh
@@ -90,8 +90,8 @@ fi
# Test offline build as well as tmpfs
#
time $MOCKCMD --offline --enable-plugin=tmpfs --rebuild $MOCKSRPM
-if [ ! -e $outdir/mock-*.x86_64.rpm ]; then
- echo "rebuild test FAILED. could not find $outdir/mock-*.x86_64.rpm"
+if [ ! -e $outdir/mock-*.noarch.rpm ]; then
+ echo "rebuild test FAILED. could not find $outdir/mock-*.noarch.rpm"
exit 1
fi