This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function(add_midas_mysql_test TestName TestFile)
47
47
IF (EXISTS ${CMAKE_SOURCE_DIR} /tests/configs/mysql.ini)
48
48
add_test (
49
49
MySQL${TestName}
50
- ${PHP} ${CMAKE_SOURCE_DIR} /tests/PHPUnitMySQL.php --bootstrap ${CMAKE_SOURCE_DIR} /tests/TestsBootstrap.php ${CMAKE_CURRENT_SOURCE_DIR} /${TestFile}
50
+ ${PHP} ${CMAKE_SOURCE_DIR} /tests/PHPUnitMySQL.php --debug -- bootstrap ${CMAKE_SOURCE_DIR} /tests/TestsBootstrap.php ${CMAKE_CURRENT_SOURCE_DIR} /${TestFile}
51
51
)
52
52
set_tests_properties (
53
53
MySQL${TestName} PROPERTIES
@@ -61,7 +61,7 @@ function(add_midas_pgsql_test TestName TestFile)
61
61
IF (EXISTS ${CMAKE_SOURCE_DIR} /tests/configs/pgsql.ini)
62
62
add_test (
63
63
PgSQL${TestName}
64
- ${PHP} ${CMAKE_SOURCE_DIR} /tests/PHPUnitPgSQL.php --bootstrap ${CMAKE_SOURCE_DIR} /tests/TestsBootstrap.php ${CMAKE_CURRENT_SOURCE_DIR} /${TestFile}
64
+ ${PHP} ${CMAKE_SOURCE_DIR} /tests/PHPUnitPgSQL.php --debug -- bootstrap ${CMAKE_SOURCE_DIR} /tests/TestsBootstrap.php ${CMAKE_CURRENT_SOURCE_DIR} /${TestFile}
65
65
)
66
66
set_tests_properties (
67
67
PgSQL${TestName} PROPERTIES
You can’t perform that action at this time.
0 commit comments