clanTest/vars-executor: add debugging to finalScript
This commit is contained in:
@@ -124,7 +124,7 @@ rec {
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
}" \
|
}" \
|
||||||
${pkgs.runtimeShell} ${genInfo.finalScript}
|
${pkgs.runtimeShell} -x "${genInfo.finalScript}"
|
||||||
|
|
||||||
# Verify expected outputs were created
|
# Verify expected outputs were created
|
||||||
${lib.concatStringsSep "\n" (
|
${lib.concatStringsSep "\n" (
|
||||||
|
|||||||
Reference in New Issue
Block a user