mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
Merge pull request #13390 from NixOS/mergify/bp/2.26-maintenance/pr-13348
Make the repl test more robust (backport #13348)
This commit is contained in:
commit
bbe7ffd4ca
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ foo + baz
|
|||
# - Re-eval it
|
||||
# - Check that the result has changed
|
||||
mkfifo repl_fifo
|
||||
nix repl ./flake --experimental-features 'flakes' < repl_fifo > repl_output 2>&1 &
|
||||
touch repl_output
|
||||
nix repl ./flake --experimental-features 'flakes' < repl_fifo >> repl_output 2>&1 &
|
||||
repl_pid=$!
|
||||
exec 3>repl_fifo # Open fifo for writing
|
||||
echo "changingThing" >&3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue