mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +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;
|
}).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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue