mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
magic to check that tests didn't muck with test dataset
This commit is contained in:
@@ -284,6 +284,7 @@ case $opt in
|
||||
if [ $? -eq 0 -a "$MYSQL_VERSION" '>' "4.1" ]; then
|
||||
echo -n "Loading sakila database... "
|
||||
./load-sakila-db 12345
|
||||
../util/checksum-test-dataset
|
||||
exit_status=$((exit_status | $?))
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "FAILED"
|
||||
|
Reference in New Issue
Block a user