[tests] extend autowrapper.sh script
This commit is contained in:
parent
89048a012e
commit
de920597dc
|
@ -5,4 +5,4 @@ BUILD="$2"
|
|||
|
||||
ARGS="${RUNTEST_ARGS}"
|
||||
|
||||
exec "${TESTSRC}/runtests.py" --angel "${BUILD}/src/angel/lighttpd2" --worker "${BUILD}/src/main/lighttpd2-worker" --plugindir "${BUILD}/src/modules/.libs" $ARGS
|
||||
exec "${TESTSRC}/runtests.py" --angel "${BUILD}/src/angel/lighttpd2" --worker "${BUILD}/src/main/lighttpd2-worker" --plugindir "${BUILD}/src/modules/.libs" $ARGS "$@"
|
||||
|
|
Loading…
Reference in New Issue