We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd49d1 commit 73b96ffCopy full SHA for 73b96ff
tests/run.cfm
@@ -17,7 +17,7 @@
17
errors = resultObject.getTotalFail() + resultObject.getTotalError();
18
exitCode( errors ? 1 : 0 );
19
} catch ( any e ) {
20
- cfheader(statuscode="500", statustext="Server Error");
+ cfheader(statuscode="500");
21
writeOutput( "An error occurred running the tests. Message: [#e.message#], Detail: [#e.detail#]" );
22
exitCode( 1 );
23
}
0 commit comments