Typo fix: variable name typo. accepted/tizen/unified/20200121.121322 submit/tizen/20200121.015245
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 21 Jan 2020 01:50:34 +0000 (10:50 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 21 Jan 2020 01:50:34 +0000 (10:50 +0900)
The number of critical errors have been reported incorrectly.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
ssat-api.sh

index 101f037..ee83e3c 100644 (file)
@@ -94,7 +94,7 @@ function report() {
                echo ""
        else
                _ignore=$((_fail-_criticalFail))
-               _fail=${criticalFail}
+               _fail=${_criticalFail}
                writef "${_cases},${_pass},${_fail},${_ignore}"
                echo "${ResultLog}" > ${_filename}
                printf "\n${_filename}\n"