Skip to content

Commit

Permalink
Improved debugging for failing tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jun 21, 2019
1 parent 1121636 commit a050c41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_test/common_functions.bash
Expand Up @@ -64,7 +64,13 @@ check_pulsar() {
echo "Starting Pulsar in daemon mode."
pulsar --daemon
echo "Waiting for Pulsar to start."
while ! curl -s "http://localhost:$PULSAR_TARGET_POORT";
do
printf "."
sleep 1;
done
sleep 2
cat paster.log

cd ..
}
Expand Down

0 comments on commit a050c41

Please sign in to comment.