mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
tests: grep for string in nix log for remote-builds
This commit is contained in:
parent
6a8f1b548f
commit
697d1dac01
3 changed files with 5 additions and 6 deletions
|
@ -15,7 +15,7 @@ let
|
|||
input1 = mkDerivation {
|
||||
shell = busybox;
|
||||
name = "build-remote-input-1";
|
||||
buildCommand = "echo hi; echo FOO > $out";
|
||||
buildCommand = "echo hi-input1; echo FOO > $out";
|
||||
requiredSystemFeatures = ["foo"];
|
||||
};
|
||||
|
||||
|
@ -30,7 +30,7 @@ let
|
|||
shell = busybox;
|
||||
name = "build-remote-input-3";
|
||||
buildCommand = ''
|
||||
echo hi
|
||||
echo hi-input3
|
||||
read x < ${input2}
|
||||
echo $x BAZ > $out
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue