We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9dbbe commit 85058aaCopy full SHA for 85058aa
scripts/workflow/generate_results.sh
@@ -64,7 +64,7 @@ format_results(){
64
LOG_FILE="$OUTPUT_PATH/$TEST_NAME/test.log"
65
elif [[ "$line" =~ ([0-9T:\.\-Z]+)[[:space:]]+testing ]]; then
66
TEST_START="${BASH_REMATCH[1]}"
67
- elif [[ "$line" =~ ([0-9T:\.\-Z]+)[[:space:]]+finished[[:space]]testing ]]; then
+ elif [[ "$line" =~ ([0-9T:\.\-Z]+)[[:space:]]+finished[[:space:]]testing ]]; then
68
TEST_END="${BASH_REMATCH[1]}"
69
elif [[ "$line" == "FAIL" ]]; then
70
HAS_FAILED=false
0 commit comments