2017-10-25 13:01:50 +02:00
|
|
|
source common.sh
|
|
|
|
|
|
|
|
clearStore
|
|
|
|
|
2020-06-25 18:26:34 +02:00
|
|
|
rm -f $TEST_ROOT/result
|
|
|
|
|
2020-01-21 21:14:13 +01:00
|
|
|
nix-build structured-attrs.nix -A all -o $TEST_ROOT/result
|
2017-10-25 13:01:50 +02:00
|
|
|
|
2020-01-21 21:14:13 +01:00
|
|
|
[[ $(cat $TEST_ROOT/result/foo) = bar ]]
|
|
|
|
[[ $(cat $TEST_ROOT/result-dev/foo) = foo ]]
|