mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-04 06:39:45 +00:00
Update docker/test/test-script.sh
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d31010feb
commit
13eb4494df
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,10 @@
|
|||
|
||||
PORT=8080
|
||||
|
||||
apk add w3m
|
||||
if ! apk add w3m; then
|
||||
echo "Failed to install w3m package"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo sleeping a little to get things setteled...
|
||||
sleep 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue