fix(testing): remove tracing

This commit is contained in:
Jaka Hudoklin 2019-03-08 00:44:04 +01:00
parent 987c6e4173
commit 9cd6a67c5e
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -119,10 +119,9 @@ let
}).config.test; }).config.test;
evaled = evaled =
if test.enable if test.enable then kubenix.evalModules {
then builtins.trace "testing ${test.name}" (kubenix.evalModules {
inherit modules; inherit modules;
}) }
else {success = false;}; else {success = false;};
in { in {
options = { options = {