Skip to content

Commit ffddd2e

Browse files
committed
verify
1 parent e480299 commit ffddd2e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

brotli/verify.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ ls -alh ../
1313

1414
sleep 10
1515

16+
docker ps -a
1617

17-
curl -vv "https://localhost:${PORT_PROXY}/file.json" -ki -H 'Accept-Encoding: br'
18+
curl -vv "https://localhost:${PORT_STATS0}/status" -ki
19+
20+
# curl -vv "https://localhost:${PORT_PROXY}/file.json" -ki -H 'Accept-Encoding: br'
1821

1922

2023

verify_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ complete () {
2525

2626
verify () {
2727
tar xf "$EXAMPLE_DIR" -C "$RUNDIR"
28-
export DOCKER_NO_PULL=1
28+
export DOCKER_NO_PULL=
2929
export DOCKER_RMI_CLEANUP=1
3030
# This is set to simulate an environment where users have shared home drives protected
3131
# by a strong umask (ie only group readable by default).

0 commit comments

Comments
 (0)