mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
parent
612fc76020
commit
cc9fe4dee7
13 changed files with 102 additions and 106 deletions
|
@ -9,7 +9,7 @@ needLocalStore "see #4813"
|
|||
|
||||
messages=$(nix-build -Q timeout.nix -A infiniteLoop --timeout 2 2>&1) && status=0 || status=$?
|
||||
|
||||
if [ $status -ne 101 ]; then
|
||||
if [ "$status" -ne 101 ]; then
|
||||
echo "error: 'nix-store' exited with '$status'; should have exited 101"
|
||||
|
||||
# FIXME: https://github.com/NixOS/nix/issues/4813
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue