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;
evaled =
if test.enable
then builtins.trace "testing ${test.name}" (kubenix.evalModules {
if test.enable then kubenix.evalModules {
inherit modules;
})
}
else {success = false;};
in {
options = {