diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-12T15·29-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-12T15·29-0400 |
commit | 4ba47205c687772cf73a490eac3a489931d4913b (patch) | |
tree | c01efba8eb4fd308aa0d8dea9d4b9436f10d5995 /tests/binary-cache.sh | |
parent | 6762424e2471e3e4f9ba9b6bb883d08911d352fb (diff) |
Fix test failure on Darwin
Apparently our DBD::SQLite links against /usr/lib/libsqlite3.dylib, which is an old version that doesn't respect foreign key constraints. So manifests/cache.sqlite doesn't get updated properly when a manifest disappears. We should fix our DBD::SQLite, but in the meantime this will fix the test. http://hydra.nixos.org/build/3017959
Diffstat (limited to 'tests/binary-cache.sh')
-rw-r--r-- | tests/binary-cache.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh index 0704a2bb3b8f..ac23fa3f79fc 100644 --- a/tests/binary-cache.sh +++ b/tests/binary-cache.sh @@ -1,6 +1,7 @@ source common.sh clearStore +clearManifests # Create the binary cache. cacheDir=$TEST_ROOT/binary-cache |