Home
last modified time | relevance | path

Searched refs:OUT_FILE (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/tests/
Dcontext-info.sh21 OUT_FILE="ssl_context_info.log"
93 FAIL_OUT="Fail.$T_FAILED""_$OUT_FILE"
98 cp -f "$OUT_FILE" "$FAIL_OUT"
134 print_header "$TEST_NAME" "$OUT_FILE" "$RUN_CMD"
135 eval "$RUN_CMD" >> "$OUT_FILE" 2>&1
136 print_footer "$OUT_FILE"
140 if ! ( grep -F 'All heap blocks were freed -- no leaks are possible' "$OUT_FILE" &&
141 grep -F 'ERROR SUMMARY: 0 errors from 0 contexts' "$OUT_FILE" ) > /dev/null
156 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
163 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
[all …]