We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a251a commit 4f8d295Copy full SHA for 4f8d295
1 file changed
build.gradle
@@ -1,4 +1,5 @@
1
import org.apache.tools.ant.util.TeeOutputStream
2
+// TODO: test for tags that span multiple lines
3
boolean debug = false
4
5
class Tags {
@@ -43,7 +44,6 @@ class Tags {
43
44
lines.each {
45
if(it =~ /\\/* Output:/) {
46
outputLine = it.trim()
- println outputLine
47
}
48
49
@@ -161,8 +161,8 @@ subprojects {
161
standardOutput = runStandardOutput
162
errorOutput = runErrorOutput
163
} << {
164
- runStandardOutput.close()
165
- runErrorOutput.close()
+ println "$outFile size():> " + outFile.size()
+ println "$errFile size():> " + errFile.size()
166
if (outFile.size() == 0) outFile.delete()
167
if (errFile.size() == 0) errFile.delete()
168
0 commit comments