This commit is contained in:
Dao 2023-11-20 15:58:42 +08:00
parent 1ea9420e2e
commit 6dd23682f5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
#TestSuite Result Analysis
success_count=$(cut -f1 /Artifacts/check_status.tsv | awk '/success/{++count} END {print count}')
total_count=$(wc -l < temp/check_status.tsv | awk '{print $1}')
total_count=$(wc -l < /Artifacts/check_status.tsv | awk '{print $1}')
if [[ success_count -eq total_count ]]
then