Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Nov 14, 2023
1 parent e568965 commit 84e5719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/webapp-test/run-webapp-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ set +e

CONTAINER_ID=$(docker run -p 3000:3000 -d cerc/test-progressive-web-app:local)
sleep 3
wget -t 60 -O test.before -m http://localhost:3000
wget -t 7 -O test.before -m http://localhost:3000

docker logs $CONTAINER_ID
docker remove -f $CONTAINER_ID

CONTAINER_ID=$(docker run -p 3000:3000 -e CERC_WEBAPP_DEBUG=$CHECK -d cerc/test-progressive-web-app:local)
sleep 3
wget -t 60 -O test.after -m http://localhost:3000
wget -t 7 -O test.after -m http://localhost:3000

docker logs $CONTAINER_ID
docker remove -f $CONTAINER_ID
Expand Down

0 comments on commit 84e5719

Please sign in to comment.