Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: fix bash path in shebangs | Alan Somers | 2017-07-27 | 1 | -2/+2 |
| | | | | | | | /bin/bash is a Linuxism. Other operating systems install bash to different paths. Use /usr/bin/env in shebangs to find bash. Signed-off-by: Alan Somers <asomers@gmail.com> | ||||
* | qa: fix loopall, runallonce scripts | Sage Weil | 2011-06-13 | 1 | -1/+1 |
| | | | | | | Run anything executable. Signed-off-by: Sage Weil <sage@newdream.net> | ||||
* | qa: include $basedir/src/ (qa/src/) in path | Sage Weil | 2011-06-13 | 1 | -0/+2 |
| | | | | | | | This lets the workunits find stuff build in qa/src/, in case you are running using these (old) scripts. Signed-off-by: Sage Weil <sage.weil@dreamhost.com> | ||||
* | Revert "qa: remove random ordering from runallonce, for predictable resource ↵ | Greg Farnum | 2010-08-24 | 1 | -1/+1 |
| | | | | | | | | matching" This snuck in by mistake in the leaks merge. This reverts commit 8778bacf3bee80e37a1898ba87fd7d2f37b56b8d. | ||||
* | qa: remove random ordering from runallonce, for predictable resource matching | Greg Farnum | 2010-08-07 | 1 | -1/+1 |
| | |||||
* | qa: run tests in random order | Sage Weil | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | qa: runallonce.sh each workunit in a clean directory | Sage Weil | 2010-03-16 | 1 | -0/+1 |
| | |||||
* | qa: specify logdir on command line (or assume rundir) | Sage Weil | 2010-02-25 | 1 | -6/+5 |
| | | | | | Don't just put logs with the qa source. Among other things that means we can't run runallonce.sh twice. | ||||
* | qa: fix up runallonce.sh | Sage Weil | 2010-02-11 | 1 | -3/+3 |
| | |||||
* | qa: don't fail rm of old log | Sage Weil | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | qa: make logging more forgiving | Sage Weil | 2009-12-23 | 1 | -2/+2 |
| | |||||
* | qa: Copy the output of each test to a log file | Greg Farnum | 2009-12-15 | 1 | -1/+3 |
| | |||||
* | qa: fix runallonce target dir verification | Sage Weil | 2009-12-11 | 1 | -1/+1 |
| | |||||
* | qa: add bonnie++ to the workunits | Yehuda Sadeh | 2009-12-08 | 1 | -1/+3 |
| | |||||
* | qa: specify test path as argument ot runallone.sh | Sage Weil | 2009-12-02 | 1 | -4/+4 |
| | |||||
* | qa: We want to stop on errors. Add new scripts. | Greg Farnum | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | qa: prepare for a hierarchical test script system | Greg Farnum | 2009-11-13 | 1 | -0/+19 |