mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-11 17:50:11 +01:00
chore(module): remove "set -x" addition in script tests
This commit is contained in:
parent
3bb1764013
commit
001b575f31
1 changed files with 1 additions and 5 deletions
|
|
@ -108,11 +108,7 @@
|
|||
then val
|
||||
else
|
||||
builtins.unsafeDiscardStringContext
|
||||
(pkgs.writeShellScript "nixtest-${config.name}" ''
|
||||
# show which line failed the test
|
||||
set -x
|
||||
${val}
|
||||
'').drvPath;
|
||||
(pkgs.writeShellScript "nixtest-${config.name}" val).drvPath;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue