Skip to content

Commit

Permalink
Enforce using normal tables to avoid duplicate temporary table proble…
Browse files Browse the repository at this point in the history
…m in MySQL (see #61)
  • Loading branch information
samuell committed Mar 20, 2020
1 parent 3281856 commit a0eba16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/phpunit/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
php ../../../../tests/phpunit/phpunit.php --configuration suite.rdfio.xml --verbose
php ../../../../tests/phpunit/phpunit.php --use-normal-tables --configuration=suite.rdfio.xml --verbose
2 changes: 1 addition & 1 deletion tests/phpunit/run_tests_and_coverage.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
php ../../../../tests/phpunit/phpunit.php --configuration=suite.rdfio.xml --coverage-clover=coverage.xml
php ../../../../tests/phpunit/phpunit.php --use-normal-tables --configuration=suite.rdfio.xml --coverage-clover=coverage.xml

0 comments on commit a0eba16

Please sign in to comment.