Hydra::Helper::Nix: expose a captureStdoutStderrWithStdin, make it available in tests

This commit is contained in:
Graham Christensen
2022-01-21 09:23:48 -05:00
parent d4fe7e55dd
commit 3a6c25489c
3 changed files with 19 additions and 2 deletions

View File

@ -13,6 +13,7 @@ use CliRunners;
our @ISA = qw(Exporter);
our @EXPORT = qw(
captureStdoutStderr
captureStdoutStderrWithStdin
createBaseJobset
createJobsetWithOneInput
evalFails