• unknown's avatar
    Re-enable running the 'client_test' test case during release builds on the platforms (bug#7909). · 11b98a6e
    unknown authored
    
    mysql-test/mysql-test-run.sh:
      In a release build on the platforms, TESTS_BINDIR needs to be set to $BASEDIR/tests because the test 
      program 'client_test' is expected there (see 'client_test.test' with its 'exec', bug#7909).
      In an installation, TESTS_BINDIR needs to be set to $BASEDIR/bin because some NDB programs are 
      located there (see Jonas Oreland's change labeled '1.220, 2005-01-04 08:15:30+01:00').
      This patch is to unite these conflicting requirements.
    11b98a6e
mysql-test-run.sh 48.1 KB