Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -946,7 +946,7 @@ |
947 | 947 | |
948 | 948 | if( ! $this->db->tableExists( 'testrun' ) or ! $this->db->tableExists( 'testitem') ) { |
949 | 949 | print "WARNING> `testrun` table not found in database. Trying to create table.\n"; |
950 | | - dbsource( 'testRunner.sql', $this->db ); |
| 950 | + dbsource( dirname(__FILE__) . '/testRunner.sql', $this->db ); |
951 | 951 | echo "OK, resuming.\n"; |
952 | 952 | } |
953 | 953 | |