Message ID | 20200928174958.26690-2-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kvm-unit-tests,PULL,01/11] runtime.bash: remove outdated comment | expand |
diff --git a/scripts/runtime.bash b/scripts/runtime.bash index c88e246..caa4c5b 100644 --- a/scripts/runtime.bash +++ b/scripts/runtime.bash @@ -53,9 +53,6 @@ skip_nodefault() function print_result() { - # output test results in a TAP format - # https://testanything.org/tap-version-13-specification.html - local status="$1" local testname="$2" local summary="$3"