We don't want the test to fail for that ie. rsyncd state
This commit is contained in:
parent
0182c922a5
commit
49863f448e
|
@ -26,7 +26,7 @@ script:
|
||||||
|
|
||||||
# For debugging purpose
|
# For debugging purpose
|
||||||
- cat /etc/default/rsync
|
- cat /etc/default/rsync
|
||||||
- cat /etc/rsyncd.conf
|
- test -f /etc/rsyncd.conf && cat /etc/rsyncd.conf || echo "No rsyncd.conf"
|
||||||
|
|
||||||
# Idempotence check
|
# Idempotence check
|
||||||
- sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second
|
- sudo salt-call state.sls $STATE --local --retcode-passthrough --config-dir=test/etc > /tmp/second
|
||||||
|
|
Loading…
Reference in New Issue