Skip to content

Commit ec98c40

Browse files
committed
add test script
1 parent 111c3dd commit ec98c40

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

run.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
./build.sh
2+
3+
java \
4+
"-Dlog4j.configuration=file:./log4j.debugging.properties" \
5+
-Xmx512M \
6+
-Xms512M \
7+
-cp 'lib/*:bin' \
8+
nl.melp.linkchecker.LinkChecker \
9+
--follow-from-local \
10+
--threads=40 \
11+
--ignore='/.*.pdf' \
12+
$@ \

0 commit comments

Comments
 (0)