From 8e3383baec778681e431dcfdd281954e318607af Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 31 Mar 2021 16:13:17 +0200 Subject: [PATCH] Add name to test output --- AspectedRouting/IO/itinero2/LuaPrinter2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AspectedRouting/IO/itinero2/LuaPrinter2.cs b/AspectedRouting/IO/itinero2/LuaPrinter2.cs index 5d26083..c017789 100644 --- a/AspectedRouting/IO/itinero2/LuaPrinter2.cs +++ b/AspectedRouting/IO/itinero2/LuaPrinter2.cs @@ -99,7 +99,7 @@ namespace AspectedRouting.IO.itinero2 "", "test_all()", "if (not failed_tests and not failed_profile_tests and print ~= nil) then", - " print(\"Tests OK\")", + $" print(\"Tests OK ({_profile.Name}.{_behaviourName})\")", "end" };