Skip to content

Commit

Permalink
fixup! tests: Merge installed/ and fedora-str/ directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Apr 5, 2018
1 parent f209869 commit 039e550
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/fah27-insttests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/bash
set -xeuo pipefail

- ./tests/installed/provision.sh
# TODO: enhance papr to have caching, a bit like https://docs.travis-ci.com/user/caching/
- cd tests/installed && curl -Lo fedora-atomic-host.qcow2 https://getfedora.org/atomic_qcow2_latest &&
env "TEST_SUBJECTS=$(pwd)/fedora-atomic-host.qcow2" ./run.sh

0 comments on commit 039e550

Please sign in to comment.