From 5b3ff3ddd3fc5ceeac6f876a73cbbe476aba9d24 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Mon, 3 Dec 2007 11:03:25 -0600 Subject: more comprehensive release tests. --- docs/releasetests.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/releasetests.sh b/docs/releasetests.sh index 3eac0f4..32faf79 100755 --- a/docs/releasetests.sh +++ b/docs/releasetests.sh @@ -33,8 +33,14 @@ CHROOT=/var/lib/mock/$testConfig/root # # pre-populate yum cache for the rest of the commands below # +$MOCKCMD --init $MOCKCMD --installdeps mock-*.src.rpm +# +# Test offline build +# +$MOCKCMD --offline --rebuild mock-*.src.rpm + # # Test orphanskill feature # @@ -44,11 +50,6 @@ cp src/daemontest $CHROOT/tmp $MOCKCMD --offline --chroot -- /tmp/daemontest (pgrep daemontest && echo "Daemontest FAILED. found a daemontest process running after exit." && exit 1) || : -# -# Test offline build -# -$MOCKCMD --offline --rebuild mock-*.src.rpm - # # test init/clean # -- cgit