Skip to content

Commit f2681a1

Browse files
committed
PHPC-128: more travis debugging
1 parent 1c33f18 commit f2681a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/start-servers.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ function lap() {
1717

1818
$orch = new Mongo\Orchestration($host);
1919
if (!$orch->ping()) {
20+
var_dump($host);
21+
system("pwd");
22+
system("wget -O - $host");
2023
echo file_get_contents("server.log");
2124
echo "Failed starting MO\n";
2225
exit(3);

0 commit comments

Comments
 (0)