mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Better error reporting in mysql-test-run (don't hide the important message
with 'head'). Test fix (this sync_with_master was nonsense). Now all tests pass in 4.0 in autobuild.
This commit is contained in:
@ -569,7 +569,9 @@ error () {
|
||||
}
|
||||
|
||||
error_is () {
|
||||
$CAT < $TIMEFILE | $SED -e 's/.* At line \(.*\)\: \(.*\)/ \>\> Error at line \1: \2<\</' | $HEAD -1
|
||||
$ECHO "Errors are (from $TIMEFILE) :"
|
||||
$CAT < $TIMEFILE
|
||||
$ECHO "(the last line(s) may be the ones that caused the die() in mysqltest)"
|
||||
}
|
||||
|
||||
prefix_to_8() {
|
||||
|
Reference in New Issue
Block a user