don't reopen stderr in tests -- we're losing backtraces
This commit is contained in:
parent
3224735671
commit
19506b13db
@ -18,6 +18,3 @@ def roccoize( filename, contents, options = {} )
|
|||||||
contents
|
contents
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
# Send STDERR into the void to suppress program output messages
|
|
||||||
STDERR.reopen(test(?e, '/dev/null') ? '/dev/null' : 'NUL:')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user