mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
trigger travis...
This commit is contained in:
parent
97a870060d
commit
e8ce574b68
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@ for t in $TOOL;
|
|||
do
|
||||
set +e
|
||||
toolstarttime=$SECONDS
|
||||
echo "[-] TOOL $t TEST STARTED: $((SECONDS - starttime)) seconds since start of script"
|
||||
echo "[-] TOOL $t TEST STARTED: $((SECONDS - starttime)) seconds since start of script."
|
||||
if ! docker run -e EXPECTFAIL="$EXPECTFAIL" -e TOOL="$t" --rm ctftools bash -ic 'manage-tools -s -f -v test $TOOL';
|
||||
then
|
||||
failed="$failed$t "
|
||||
fi
|
||||
echo "[-] TOOL $t TEST ENDED: $((SECONDS - toolstarttime)) seconds, $((SECONDS - starttime)) seconds since start of script"
|
||||
echo "[-] TOOL $t TEST ENDED: $((SECONDS - toolstarttime)) seconds, $((SECONDS - starttime)) seconds since start of script."
|
||||
set -e
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue