site-tags test: print error

This commit is contained in:
Joshua Root
2026-02-17 09:40:17 +11:00
parent 6da2180f76
commit 5e0079a3ab
+1 -1
View File
@@ -17,7 +17,7 @@ proc sitetag {} {
if {$line == -1} {
return "No errors found."
} else {
return "Errors found in the output file."
return "Errors found in the output file: $line"
}
}