﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1358	(test-exit) returns 0 code for 'error in group outside of tests'	Caolan McMahon	Alex Shinn	"I'd expect the example below to exit with code 1, instead it exits with code 0:

{{{
(use test)

(test-group ""A""
  (abort ""error""))

(test-group ""B""
  (test-assert #t))

(test-exit)
}}}

{{{
$ csi -s run.scm 

Warning: error in group outside of tests

Error: error
1 test completed in 0.0 seconds.
1 error (100%).
0 out of 1 (0%) tests passed.
-- done testing A ------------------------------------------------------------


-- testing B -----------------------------------------------------------------
#t ................................................................... [ PASS]
1 test completed in 0.0 seconds.
1 out of 1 (100%) test passed.
-- done testing B ------------------------------------------------------------

$ echo $?
0
}}}
"	defect	closed	major	someday	extensions	4.12.0	fixed			
