summaryrefslogtreecommitdiffstats
path: root/docs/releasetests.sh
Commit message (Expand)AuthorAgeFilesLines
* moved releasetests.sh from docs directory to testsClark Williams2010-07-301-30/+0
* resolved merge with masterClark Williams2007-12-131-162/+2
|\
| * make releasetests.sh call runtests.sh using automake 'make check' target, as ...Michael E Brown2007-12-131-148/+2
* | changed more uses of .rootdir to makeChrootPath(); updated man page for --cop...Clark Williams2007-12-131-9/+4
* | merged with latest masterClark Williams2007-12-131-0/+18
|\|
| * if --chroot only has one argument, pass it to doChroot() as a string instead ...Mike Bonnet2007-12-121-0/+18
* | added copyin/out options; added makeChrootPath() method to RootClark Williams2007-12-131-0/+18
|/
* enable releasetests to run from clean checked out source tree.Michael E Brown2007-12-121-0/+1
* fix --shellMichael E Brown2007-12-121-1/+10
* - make "mock --chroot" non-interactive - set the exit code of "mock --chroot"...Mike Bonnet2007-12-111-1/+1
* add return code propagation test for --chroot cmd.Michael E Brown2007-12-111-0/+13
* fixup explicit orphankill unit test.Michael E Brown2007-12-101-2/+10
* add MOCK_EXTRA_ARGS for releasetests so I can make mock release tests run beh...Michael E Brown2007-12-101-2/+2
* Merge branch 'master' of ssh://mebrown@git.fedoraproject.org/git/hosted/mockMichael E Brown2007-12-101-3/+4
|\
| * make it so you can run multiple releasetests at the same time.mock-0.9.0Michael E Brown2007-12-091-3/+4
* | add --orphanskill mode. requested by mbonnet for koji.Michael E Brown2007-12-101-1/+16
|/
* convert to use consolehelper rather than setuid wrapper.Michael E Brown2007-12-061-2/+2
* add unit test for no-root-cache case.Michael E Brown2007-12-051-0/+3
* clear out old unit tests before starting new ones.Michael E Brown2007-12-041-1/+3
* add couple of comments to release test script.Michael E Brown2007-12-031-1/+6
* brown-paper-bag: typo... should be 'fi' but was 'exit'Michael E Brown2007-12-031-2/+2
* couple more sanity checks in unit test code.Michael E Brown2007-12-031-4/+21
* fixup accidental exit 1 when test actually succeeded.Michael E Brown2007-12-031-4/+12
* run bash built-in 'time' rather than /usr/bin/time because bash built-in has ...Michael E Brown2007-12-031-15/+15
* more comprehensive release tests.Michael E Brown2007-12-031-5/+6
* update release tests to do more thorough testing.Michael E Brown2007-12-031-7/+48
* cleanup release tests a bit.Michael E Brown2007-12-011-11/+6
* fix release tests to run from local copy and local configs rather than instal...Michael E Brown2007-11-301-10/+5
* uncomment build lines.Michael E Brown2007-10-211-3/+3
* add time cmd to ensure that mock.py timings are accurate.Michael E Brown2007-10-211-1/+1
* create plugin infrastructure. move all caching related stuff to plugins.Michael E Brown2007-10-211-3/+12
* dont try to compile ppc stuff. also clean test dir before starting.Michael E Brown2007-10-201-1/+2
* little more generic release tests.Michael E Brown2007-10-201-4/+6
* add release testing script to ensure basic stuff works before release.Michael E Brown2007-10-201-0/+33