Skip to content

Commit

Permalink
disable output
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 11, 2022
1 parent abad7dc commit d3a9dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/_testRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ component {

public struct function runTests() localmode=true {
SystemOut = createObject( "java", "lucee.commons.lang.SystemOut" );
out = SystemOut.setOut( nullValue() );
//out = SystemOut.setOut( nullValue() );
//err=SystemOut.setErr(nullValue());
TAB = chr( 9 );
NL = chr( 10 ) & chr( 13 );
Expand Down Expand Up @@ -397,7 +397,7 @@ Begin Stack Trace
//systemOutput("=============================================================",true);
} // try
finally {
SystemOut.setOut( nullValue() );
//SystemOut.setOut( nullValue() );
//SystemOut.setErr(nullValue());
} // finally
} // onBundleEnd = function
Expand Down
2 changes: 1 addition & 1 deletion test/run-tests.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ try {
// load testbox
SystemOut = createObject( "java", "lucee.commons.lang.SystemOut" );
out = SystemOut.setOut( nullValue() );
//out = SystemOut.setOut( nullValue() );
//err = SystemOut.setErr( nullValue() );
request._tick = getTickCount();
Expand Down

0 comments on commit d3a9dc5

Please sign in to comment.