Skip to content

Commit

Permalink
Added debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesh committed Aug 15, 2016
1 parent 9ad8d8c commit ba7e110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ public function createTestingSite($use_htaccess = false)
$this->_copy('./tests/joomla-cms3/htaccess.txt', './tests/joomla-cms3/.htaccess');
$this->_exec('sed -e "s,# RewriteBase /,RewriteBase /tests/joomla-cms3/,g" -in-place tests/joomla-cms3/.htaccess');
}

$this->taskExec('curl -I http://localhost/tests/joomla-cms3/')->printed(true)->run();
}

/**
Expand Down Expand Up @@ -429,6 +431,9 @@ public function runSelenium()
$this->taskWaitForSeleniumStandaloneServer()
->run()
->stopOnFail();

// Debug selenium log
$this->taskExec('cat selenium.log')->printed(true)->run();
}
}

Expand Down

0 comments on commit ba7e110

Please sign in to comment.