diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:28:01 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:28:01 +0000 |
commit | 832985d1517f9b7d45f2814b5069acec1ddf2512 (patch) | |
tree | 98b8ecc8078b30ad29e8df8708bb8d10217ce73b /tests | |
parent | 4a477505468c669318cb67db2de9e8b47cd82d72 (diff) |
Removed verbose (--summary)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/check-network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-network.sh b/tests/check-network.sh index 85c96ea..07310f2 100755 --- a/tests/check-network.sh +++ b/tests/check-network.sh @@ -20,7 +20,7 @@ if test -f $cache ; then fi # fetch single file -if bash crawl-test.sh --errors 0 --files 1 --summary httrack --timeout=3 --max-time=3 "$url" 2>/dev/null >/dev/null ; then +if bash crawl-test.sh --errors 0 --files 1 httrack --timeout=3 --max-time=3 "$url" 2>/dev/null >/dev/null ; then echo "ok" > $cache exit 0 else |