Skip to content

Commit

Permalink
tests/compose: Disable fsync
Browse files Browse the repository at this point in the history
I've been running these a lot locally and this helps a bit.
  • Loading branch information
cgwalters committed Dec 1, 2017
1 parent dafb3d6 commit 7c82088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/compose-tests/libcomposetest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ prepare_compose_test() {
name=$1
shift
ostree --repo=${repo} init --mode=archive
echo 'fsync=false' >> ${repo}/config
ostree --repo=${repobuild} init --mode=bare-user
echo 'fsync=false' >> ${repobuild}/config
mkdir -p ${test_compose_datadir}/cache
cp -r ${dn}/../composedata .
# We use the local RPM package cache
Expand Down

0 comments on commit 7c82088

Please sign in to comment.