[MIRROR] Annotates integration tests failures due to runtimes better [MDB IGNORE] (#13426)

* Forgot about CI failure due to runtime (whoops) (#66762)

* Annotates integration tests failures due to runtimes better

Co-authored-by: Tastyfish <crazychris32@gmail.com>
This commit is contained in:
SkyratBot
2022-05-08 15:13:56 +02:00
committed by GitHub
parent 32674fddca
commit bdf29239f1
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
#ifdef UNIT_TESTS
if(GLOB.current_test)
//good day, sir
GLOB.current_test.Fail("[main_line]\n[desclines.Join("\n")]")
GLOB.current_test.Fail("[main_line]\n[desclines.Join("\n")]", file = E.file, line = E.line)
#endif