Skip to content

Commit

Permalink
fixing test-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed May 9, 2017
1 parent 73fb384 commit b3e2ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SIFT_VERSION=${1:-stable}

docker run -it --rm --name="sift-salt-test-all" -v `pwd`/sift:/srv/salt/sift sansdfir/sift-salt-tester \
salt-call --local --retcode-passthrough --state-output=mixed state.sls sift pillar="{sift_version: ${SIFT_VERSION}}"
salt-call --local --retcode-passthrough --state-output=mixed state.sls sift.vm pillar="{sift_version: ${SIFT_VERSION}}"

0 comments on commit b3e2ba2

Please sign in to comment.