Skip to content

Commit

Permalink
url up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyMartynov committed Feb 5, 2020
1 parent 7d52540 commit 1145017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ function run_test {

dotnet ./testing/runner/bin/runner.dll --single-run & runner_pid=$!

echo "URL: $url"

for i in {15..0}; do
if [ -n "$runner_pid" ] && [ ! -e "/proc/$runner_pid" ]; then
echo "Runner exited unexpectedly"
Expand All @@ -79,8 +81,6 @@ function run_test {
echo "Waiting for runner..."
done

echo "URL: $url"

case "$BROWSER" in

"firefox")
Expand Down

0 comments on commit 1145017

Please sign in to comment.