Skip to content

Commit

Permalink
fixup! WIP: Turn staged deployments on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Aug 19, 2018
1 parent 2c7a1d0 commit a46f4a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/vmcheck/test-livefs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ set -euo pipefail

set -x

# We do various assertions on deployment length, need a reliably
# clean slate.
vm_rpmostree cleanup -pr

vm_cmd 'echo "[Experimental]" >> /etc/rpm-ostreed.conf'
vm_cmd 'echo StageDeployments=true >> /etc/rpm-ostreed.conf'
vm_rpmostree reload
Expand Down

0 comments on commit a46f4a8

Please sign in to comment.