mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
Merge pull request #103 from DeterminateSystems/repl-test-robust
Make the repl test more robust
This commit is contained in:
commit
a95067d428
1 changed files with 2 additions and 1 deletions
|
|
@ -163,7 +163,8 @@ foo + baz
|
||||||
# - Re-eval it
|
# - Re-eval it
|
||||||
# - Check that the result has changed
|
# - Check that the result has changed
|
||||||
mkfifo repl_fifo
|
mkfifo repl_fifo
|
||||||
nix repl ./flake < repl_fifo > repl_output 2>&1 &
|
touch repl_output
|
||||||
|
nix repl ./flake < repl_fifo >> repl_output 2>&1 &
|
||||||
repl_pid=$!
|
repl_pid=$!
|
||||||
exec 3>repl_fifo # Open fifo for writing
|
exec 3>repl_fifo # Open fifo for writing
|
||||||
echo "changingThing" >&3
|
echo "changingThing" >&3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue