blob: 9672c6d7d4683259de8726ac840eb60880428f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
..E
ERROR during LuaUnit test execution:
test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
Tests with errors:
------------------
1) TestAnotherThing.test2_Err1
test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
stack traceback:
test/test_with_err_fail_pass.lua:41: in function 'TestAnotherThing.test2_Err1'
Ran 3 tests in 0.000 seconds, 2 successes, 1 error, 9 non-selected
LuaUnit ABORTED (as requested by --error or --failure option)
|