add more test info to #503
This commit is contained in:
parent
f5f3218e69
commit
db64ea6d61
|
@ -505,10 +505,13 @@ strip_quote() {
|
||||||
fileout_pretty_json_header() {
|
fileout_pretty_json_header() {
|
||||||
START_TIME=$(date +%s)
|
START_TIME=$(date +%s)
|
||||||
|
|
||||||
echo -e " \"host\" : \"$NODE\",
|
echo -e " \"Invocation\" : \"$PROG_NAME $CMDLINE\",
|
||||||
|
\"at\" : \"$HNAME:$OPENSSL_LOCATION\",
|
||||||
|
\"version\" : \"$VERSION ${GIT_REL_SHORT:-$CVS_REL_SHORT} from $REL_DATE\"
|
||||||
|
\"openssl\" : \"$OSSL_VER\" from \"$OSSL_BUILD_DATE\"
|
||||||
|
\"target host\" : \"$NODE\",
|
||||||
\"port\" : \"$PORT\",
|
\"port\" : \"$PORT\",
|
||||||
\"startTime\" : \"$START_TIME\",
|
\"startTime\" : \"$START_TIME\",
|
||||||
\"version\" : \"$VERSION\",
|
|
||||||
\"scanResult\" : {
|
\"scanResult\" : {
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue