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 033d470 commit d1f0989Copy full SHA for d1f0989
TestRunner.cfm
@@ -28,7 +28,7 @@
28
29
// Set exit code to 1 on failure
30
if ( testData.totalFail || testData.totalError ) {
31
- return 1;
+ createObject( 'java', 'java.lang.System' ).setProperty( 'cfml.cli.exitCode', 1 );
32
}
33
34
0 commit comments