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.
8 lines
162 B
Perl
8 lines
162 B
Perl
$ . $SBTEST_CONFIG
|
|
|
|
$ sysbench --version
|
|
sysbench [.0-9]* (re)
|
|
|
|
$ version=$(sysbench --version | cut -d ' ' -f 2)
|
|
$ test "$version" = "$SBTEST_VERSION"
|