forked from Mirrorlandia_minetest/minetest
Print unit test failures to dstream
This commit is contained in:
parent
9eb492229b
commit
5038b9aaec
@ -59,7 +59,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#define UTEST(x, fmt, ...)\
|
#define UTEST(x, fmt, ...)\
|
||||||
{\
|
{\
|
||||||
if(!(x)){\
|
if(!(x)){\
|
||||||
LOGLINEF(LMT_ERROR, "Test (%s) failed: " fmt, #x, ##__VA_ARGS__);\
|
dstream << "Test (" #x ") failed: " fmt << std::endl; \
|
||||||
test_failed = true;\
|
test_failed = true;\
|
||||||
}\
|
}\
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user