Skip to content

Commit 85058aa

Browse files
committed
fix typo
1 parent 6d9dbbe commit 85058aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/workflow/generate_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ format_results(){
6464
LOG_FILE="$OUTPUT_PATH/$TEST_NAME/test.log"
6565
elif [[ "$line" =~ ([0-9T:\.\-Z]+)[[:space:]]+testing ]]; then
6666
TEST_START="${BASH_REMATCH[1]}"
67-
elif [[ "$line" =~ ([0-9T:\.\-Z]+)[[:space:]]+finished[[:space]]testing ]]; then
67+
elif [[ "$line" =~ ([0-9T:\.\-Z]+)[[:space:]]+finished[[:space:]]testing ]]; then
6868
TEST_END="${BASH_REMATCH[1]}"
6969
elif [[ "$line" == "FAIL" ]]; then
7070
HAS_FAILED=false

0 commit comments

Comments
 (0)