aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSolene Rapenne <solene.rapenne@tweag.io>2022-09-28 15:54:45 +0200
committerSolene Rapenne <solene.rapenne@tweag.io>2022-09-28 15:54:45 +0200
commit62d53bc8a4ce7fdb8d52e6805ff900d9e77e1ae0 (patch)
tree2d7660a53382743f10580fd43373383d49b2153d /tests
parent050fcd391bce0d36893446d4bc975fef4cb38af3 (diff)
tests/build-dry: re-enable some test
Diffstat (limited to 'tests')
-rw-r--r--tests/build-dry.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/build-dry.sh b/tests/build-dry.sh
index f0f38e9a0..5f29239dc 100644
--- a/tests/build-dry.sh
+++ b/tests/build-dry.sh
@@ -18,9 +18,6 @@ nix-build --no-out-link dependencies.nix --dry-run 2>&1 | grep "will be built"
# Now new command:
nix build -f dependencies.nix --dry-run 2>&1 | grep "will be built"
-# TODO: XXX: FIXME: #1793
-# Disable this part of the test until the problem is resolved:
-if [ -n "$ISSUE_1795_IS_FIXED" ]; then
clearStore
clearCache
@@ -28,7 +25,6 @@ clearCache
nix build -f dependencies.nix --dry-run 2>&1 | grep "will be built"
# Now old command:
nix-build --no-out-link dependencies.nix --dry-run 2>&1 | grep "will be built"
-fi
###################################################
# Check --dry-run doesn't create links with --dry-run