7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
bash check-network.sh || ! echo "skipping online unit tests" || exit 77
|
|
|
|
bash crawl-test.sh --errors 0 --files 5 httrack http://ut.httrack.com/simple/basic.html
|