Files
sysbench/tests/t/version.t
Alexey Kopytov 7418441572 Move tests into a separate subdirectory.
Move regression tests into a separate subdirectory. Update README in
tests and covert it from org-mode to markdown. Also add 'make distcheck'
to Travis CI testing.
2016-09-07 10:37:15 +03:00

8 lines
162 B
Perl

$ . $SBTEST_CONFIG
$ sysbench --version
sysbench [.0-9]* (re)
$ version=$(sysbench --version | cut -d ' ' -f 2)
$ test "$version" = "$SBTEST_VERSION"