ctf-tools/ropper/test

10 lines
148 B
Text
Raw Normal View History

#!/bin/bash -ex
2016-04-04 22:03:44 +00:00
set +e
source ${VIRTUALENVWRAPPER_SCRIPT}
workon ctftools
set -e
2016-04-04 22:03:44 +00:00
[ $(ropper --file /bin/false | wc -l) -gt 400 ] || exit 1
exit 0