Commit Graph

6 Commits

Author SHA1 Message Date
Alan Somers 3aae5ca6fd scripts: fix bash path in shebangs
/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>
2017-07-27 13:24:26 -06:00
Sage Weil 9d1e897107 qa: fix loopall, runallonce scripts
Run anything executable.

Signed-off-by: Sage Weil <sage@newdream.net>
2011-06-13 13:31:35 -07:00
Sage Weil 7087b2da91 qa: include $basedir/src/ (qa/src/) in path
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>
2011-06-13 13:22:06 -07:00
Sage Weil 4d5ce888f2 qa: run tests in random order 2010-04-02 20:07:34 -07:00
Sage Weil 864b1a40b6 qa: fix loopall.sh mode 2010-03-24 11:50:23 -07:00
Sage Weil 60677da9af qa: add loopall.sh 2010-03-17 11:13:53 -07:00