mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix(testing): remove tracing
This commit is contained in:
parent
987c6e4173
commit
9cd6a67c5e
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue