mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Try to fix quotes that don't go to end with sed
This commit is contained in:
parent
1afac8fbbc
commit
d8ae28617d
11 changed files with 16 additions and 16 deletions
|
@ -35,7 +35,7 @@ outPath=$(nix-store -q $drvPath)
|
|||
echo "building b..."
|
||||
outPath=$(nix-build multiple-outputs.nix -A b --no-out-link)
|
||||
echo "output path is $outPath"
|
||||
[ "$(cat "$outPath"/file)" = "success" ]
|
||||
[ "$(cat "$outPath/file")" = "success" ]
|
||||
|
||||
# Test nix-build on a derivation with multiple outputs.
|
||||
outPath1=$(nix-build multiple-outputs.nix -A a -o $TEST_ROOT/result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue