Add name to test output

This commit is contained in:
Pieter Vander Vennet 2021-03-31 16:13:17 +02:00
parent 6739dd8b25
commit 8e3383baec

View file

@ -99,7 +99,7 @@ namespace AspectedRouting.IO.itinero2
"", "",
"test_all()", "test_all()",
"if (not failed_tests and not failed_profile_tests and print ~= nil) then", "if (not failed_tests and not failed_profile_tests and print ~= nil) then",
" print(\"Tests OK\")", $" print(\"Tests OK ({_profile.Name}.{_behaviourName})\")",
"end" "end"
}; };