diff options
author | Taeer Bar-Yam <taeer.bar-yam@tweag.io> | 2022-11-23 12:06:47 -0500 |
---|---|---|
committer | Taeer Bar-Yam <taeer.bar-yam@tweag.io> | 2022-11-23 12:06:47 -0500 |
commit | bd8571a5c3724ba5917564a5243af173966515c5 (patch) | |
tree | ce9e35cb22bad39d035e4a79c167d70e831887da /tests | |
parent | b13fd4c58e81b2b2b0d72caa5ce80de861622610 (diff) |
add explanation and test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ca/why-depends.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ca/why-depends.sh b/tests/ca/why-depends.sh new file mode 100644 index 000000000..0c079f63b --- /dev/null +++ b/tests/ca/why-depends.sh @@ -0,0 +1,5 @@ +source common.sh + +export NIX_TESTS_CA_BY_DEFAULT=1 + +cd .. && source why-depends.sh |