From 779fad4906ba8c1c4ab25814b9c9767d5225c8f2 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 22 Sep 2015 02:44:38 -0700 Subject: More travis debugging. --- plugins/TestRunner/Commands/TestsRunUI.php | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/TestRunner') diff --git a/plugins/TestRunner/Commands/TestsRunUI.php b/plugins/TestRunner/Commands/TestsRunUI.php index bdc21327b0..f6c2b28481 100644 --- a/plugins/TestRunner/Commands/TestsRunUI.php +++ b/plugins/TestRunner/Commands/TestsRunUI.php @@ -108,6 +108,7 @@ class TestsRunUI extends ConsoleCommand // If the file wasn't generated by this command, we don't ovewrite it if (file_exists($localConfigFile)) { $fileContent = file_get_contents($localConfigFile); + echo "existing contents: ".$fileContent."\n"; if (strpos($fileContent, $tag) === false) { return; } -- cgit v1.2.3