We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb1533 commit 44987a6Copy full SHA for 44987a6
tests/run-tests.sh
@@ -40,7 +40,7 @@ echo "Processing tests from passed-tests.txt..."
40
echo ""
41
42
# Read the file line by line
43
-while IFS= read -r line; do
+while IFS= read -r line || [[ -n "$line" ]]; do
44
# Skip empty lines - keep them as is
45
if [[ -z "$line" ]]; then
46
echo "$line" >> "$temp_file"
0 commit comments