Merge "ParserTests: Add a video file to parser test suite"
[lhc/web/wiklou.git] / tests / parser / parserTest.inc
index cf65a0d..6a95205 100644 (file)
@@ -512,6 +512,7 @@ class ParserTest {
                        $ok = true;
 
                        foreach ( $filenames as $filename ) {
+                               echo "Running parser tests from: $filename\n";
                                $tests = new TestFileIterator( $filename, $this );
                                $ok = $this->runTests( $tests ) && $ok;
                        }