• unknown's avatar
    Ensure that the tests with '--ps-protocol' and '--embedded-server' are taken even · 26ca18c7
    unknown authored
    after the previous run had some failures, provided it did not totally crash.
    
    
    Build-tools/Do-compile:
      Change the search string for a test run from "tests were successful" to just
      "were successful", which is written by the test run even after some failures.
      This is necessary to start the next test suite ('--ps-protocol', '--embedded-server')
      even after the previous one had some test failures.
    mysql-test/mysql-test-run.sh:
      Change the message even after test failures so that it is fairly safe to identify
      the end of the run from it (as opposed to a crash of the script).
      It is essential that both a run without any and with some test failures
      write "were successful" so that it can be grepped.
    26ca18c7
Do-compile 24.3 KB