1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Revert "ssl-opt.sh: Make record_outcome record the ssl-opt.sh file only"

This reverts commit cfe68a0cb6.

As commit 5eb2b02862, this line is used to report test suite name.

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2023-11-06 10:52:01 +08:00
parent 50d07bdeec
commit 9e47b268c4

View File

@@ -889,7 +889,7 @@ record_outcome() {
if [ -n "$MBEDTLS_TEST_OUTCOME_FILE" ]; then if [ -n "$MBEDTLS_TEST_OUTCOME_FILE" ]; then
printf '%s;%s;%s;%s;%s;%s\n' \ printf '%s;%s;%s;%s;%s;%s\n' \
"$MBEDTLS_TEST_PLATFORM" "$MBEDTLS_TEST_CONFIGURATION" \ "$MBEDTLS_TEST_PLATFORM" "$MBEDTLS_TEST_CONFIGURATION" \
"ssl-opt" "$NAME" \ "${TEST_SUITE_NAME:-ssl-opt}" "$NAME" \
"$1" "${2-}" \ "$1" "${2-}" \
>>"$MBEDTLS_TEST_OUTCOME_FILE" >>"$MBEDTLS_TEST_OUTCOME_FILE"
fi fi