chore: add avs config to test script

This commit is contained in:
Steffen Jost 2022-09-02 22:37:10 +02:00
parent d4ea9e8088
commit e33ded8584

View File

@ -6,6 +6,8 @@ set -e
[ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock -en .stack-work.lock "$0" "$@" || :
export AVSPASS=${AVSPASS:-nopasswordset}
move-back() {
mv -vT .stack-work .stack-work-test
[[ -d .stack-work-build ]] && mv -vT .stack-work-build .stack-work