discovered and fixed a couple more broken tests
This commit is contained in:
parent
12eb6c6c08
commit
5cd967b26d
5 changed files with 5 additions and 5 deletions
|
@ -199,7 +199,7 @@ load_tests([Test|Rest], Dir, Acc) ->
|
|||
ParsedTest = parse_tests(TestSpec, Dir),
|
||||
load_tests(Rest, Dir, [ParsedTest] ++ Acc)
|
||||
; {error, _Reason} ->
|
||||
load_tests(Rest, Dir, Acc)
|
||||
erlang:error(Test)
|
||||
end.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue