diff --git a/tests/launcher.xq b/tests/launcher.xq index 3ec73b7..5f2cd66 100644 --- a/tests/launcher.xq +++ b/tests/launcher.xq @@ -12,9 +12,12 @@ declare namespace tei = "http://www.tei-c.org/ns/1.0"; (: Deploiment Tests :) "> Starting deploiment tests in progress...", -deployTest:check-boolean-response(db:exists($G:dots)), +if (deployTest:check-boolean-response(db:exists($G:dots))) +then "* ❌ No Db DoTS" +else + "* ✅ DoTS Db created with success", + -"* ✅ DoTS Db created with success", deployTest:checkTotalResources(deployTest:getNumberResources()), "* ✅ Total resources successfully counted",