tox_wrapper

This commit is contained in:
emdee@spm.plastiras.org 2024-02-13 18:21:08 +00:00
parent 510e790155
commit 8bf481e6fc
11 changed files with 1501 additions and 4 deletions

View file

@ -216,6 +216,7 @@ for the_json in $json ; do
done
i=4
##
[ $# -ne 0 -a "$1" -ne $i ] || \
[ "$HAVE_TOR" = 0 ] || \
[ ! -f /etc/tor/torrc ] || \
@ -250,6 +251,7 @@ for the_tox in /etc/tor/torrc ; do
ip route | grep ^def || exit 0
i=5
##
the_tox=$tox
[ $# -ne 0 -a "$1" != "$i" ] || \
[ "$HAVE_JQ" = 0 ] || \
@ -283,6 +285,7 @@ for the_tox in $tox $OUT.save ; do
done
i=6
##
[ $# -ne 0 -a "$1" != "$i" ] || \
[ "$HAVE_JQ" = 0 ] || \
! INFO $i Eating dogfood || \