blob: 78178fd6ad815bc8dea068dce77f14d112281d62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
..F
Failure during LuaUnit test execution:
test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
Failed tests:
-------------
1) TestSomething.test2_Fail1
test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
stack traceback:
test/test_with_err_fail_pass.lua:15: in function 'TestSomething.test2_Fail1'
Ran 3 tests in 0.000 seconds, 2 successes, 1 failure, 9 non-selected
LuaUnit ABORTED (as requested by --error or --failure option)
|