tests/delta-crosscheck: Disable fsync

I was running this recently to test the last delta write changes, and this
helps. We should add an option to repo-init to make this easier at some point.

Closes: #1356
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-11-30 20:43:02 -05:00 committed by Atomic Bot
parent 17308e2149
commit 277ce6b36d

View File

@ -43,6 +43,7 @@ assert_streq() {
validate_delta_options() {
ostree --repo=testrepo init --mode=bare-user
echo 'fsync=false' >> testrepo/config
ostree --repo=testrepo remote add --set=gpg-verify=false local file://${repo}
ostree --repo=${repo} static-delta generate $@ --from=${from} --to=${to}
ostree --repo=${repo} summary -u