mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-08-03 21:07:39 +02:00
Merge pull request #3103 from ericcgu/fix/1246-mass-testing-scantime
Fix bogus "Scan interrupted" scanTime in mass-testing JSON (#1246)
This commit is contained in:
+6
-1
@@ -26291,7 +26291,12 @@ lets_roll() {
|
||||
else
|
||||
run_mass_testing
|
||||
fi
|
||||
exit $?
|
||||
RET=$?
|
||||
# START_TIME was set by "lets_roll init" above; compute the overall scan
|
||||
# time here so fileout_json_footer() doesn't mistake it for an interrupted
|
||||
# scan (SCAN_TIME==0) and report "Scan interrupted", see #1246
|
||||
calc_scantime
|
||||
exit $RET
|
||||
fi
|
||||
html_banner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user