fix: condition harder

This commit is contained in:
Vlad Stan
2024-03-27 18:47:59 +02:00
parent cef81f24a1
commit 89612c4a03
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
echo "##########"
echo "$error_count" == "0"
echo "###########$error_count ###########"
if ["$error_count" == "0"]; then
if [ "$error_count" = "0" ]; then
echo "Test $filename OK."
rm -r reports/*
else