Rename command-specific tests to cmd_* for clarity.

This commit is contained in:
Alexey Kopytov
2016-10-22 19:51:18 +03:00
parent 8977a0258c
commit 69120c87ff
6 changed files with 1 additions and 1 deletions

View File

@ -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