about summary refs log blame commit diff
path: root/tests/multiple-outputs.sh
blob: dadd2e25f6b6d63b1417f323f9221817b5b42aba (plain) (tree)
1
2
3
4
5
6
7



                                  
                                              
                              
                                        
source common.sh

echo "Testing multiple outputs..."

outPath=$(nix-build multiple-outputs.nix -A b)
echo "output path is $outPath"
[ "$(cat "$outPath"/file)" = "success" ]