mention dvs version

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-10-13 11:37:54 +02:00
parent fa9b227a7b
commit 4bbfc5465e
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ if [ "x$ID" != "x0" ]; then
fi
logit "Initializing $(date)\n"
beginjson "$(date +%s)"
beginjson "1.3.4" "$(date +%s)"
# Load all the tests from tests/ and run them
main () {

View file

@ -30,7 +30,7 @@ yell () {
}
beginjson () {
printf "{\n \"start\": %s," "$1" | tee "$logger.json" 2>/dev/null 1>&2
printf "{\n \"dockerbenchsecurity\": \"%s\",\n \"start\": %s," "$1" "$2" | tee "$logger.json" 2>/dev/null 1>&2
}
endjson (){