mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2026-02-02 03:15:12 +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
|
then val
|
||||||
else
|
else
|
||||||
builtins.unsafeDiscardStringContext
|
builtins.unsafeDiscardStringContext
|
||||||
(pkgs.writeShellScript "nixtest-${config.name}" ''
|
(pkgs.writeShellScript "nixtest-${config.name}" val).drvPath;
|
||||||
# show which line failed the test
|
|
||||||
set -x
|
|
||||||
${val}
|
|
||||||
'').drvPath;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue