Rename command-specific tests to cmd_* for clarity.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
$ commands=$(sysbench help | grep 'Commands:' | cut -d ' ' -f 2-)
|
||||
$ for cmd in $commands; do
|
||||
> if [ ! -r ${SBTEST_SUITEDIR}/${cmd}.t ]
|
||||
> if [ ! -r ${SBTEST_SUITEDIR}/cmd_${cmd}.t ]
|
||||
> then
|
||||
> echo "Cannot find test(s) for 'sysbench $cmd'!"
|
||||
> exit 1
|
||||
|
||||
Reference in New Issue
Block a user