tests and minor fixes for rowcount

This commit is contained in:
Georg Richter
2018-06-28 17:41:54 +02:00
parent d308e38495
commit 2f86da2122
5 changed files with 66 additions and 20 deletions

View File

@ -36,7 +36,7 @@ if sys.version_info[0] < 3:
subprocess.call('git submodule init && git submodule update', shell=True)
assure_path_exists('libmariadb/bld')
subprocess.call('cd libmariadb/bld && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4', shell=True)
subprocess.call('cd libmariadb/bld && cmake .. -DCMAKE_BUILD_TYPE=Debug && make -j4', shell=True)
if sys.platform != "win32":