Skip to content

Commit

Permalink
Merge pull request #7114 from rapenne-s/reenable_test
Browse files Browse the repository at this point in the history
tests/build-dry: re-enable some test
  • Loading branch information
thufschmitt authored Sep 29, 2022
2 parents 050fcd3 + 62d53bc commit 82ef3c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/build-dry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ 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

# Try --dry-run using new command first
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
Expand Down

0 comments on commit 82ef3c4

Please sign in to comment.