skeleton json

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-10-10 13:54:59 +02:00
commit 809da21c4a
3 changed files with 26 additions and 0 deletions

View file

@ -72,6 +72,7 @@ if [ "x$ID" != "x0" ]; then
fi
logit "Initializing $(date)\n"
beginjson "$(date +%s)"
# Load all the tests from tests/ and run them
main () {
@ -92,6 +93,8 @@ main () {
do
. ./"$test"
done
endjson "$(date +%s)"
}
main "$@"