diff options
Diffstat (limited to 'tests/ca')
-rw-r--r-- | tests/ca/build-dry.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ca/build-dry.sh b/tests/ca/build-dry.sh new file mode 100644 index 000000000..9a72075ec --- /dev/null +++ b/tests/ca/build-dry.sh @@ -0,0 +1,6 @@ +source common.sh + +export NIX_TESTS_CA_BY_DEFAULT=1 + +cd .. && source build-dry.sh + |