@@ -239,12 +239,16 @@ failed="${failed} ${version}/${kit}-test-${testscp_tag}" continue fi + + if [ ! -s "${scplogfile}" ]; then + rm -f "${scplogfile}" + fi done done done if [ -n "${failed}" ]; then echo "Failed: ${failed}" fi