summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-06-10 17:45:08 -0400
committerBill Peck <bpeck@redhat.com>2015-06-10 17:45:08 -0400
commit5484a8f4954e2dda04abca4059e4faf4aacecfaa (patch)
treed08d9f1a7f96b6985f37ae86e53fdac72acf5d7d
parentee00aa814807380dc3b4203184e383efb708ca96 (diff)
downloadtests-5484a8f4954e2dda04abca4059e4faf4aacecfaa.tar.gz
tests-5484a8f4954e2dda04abca4059e4faf4aacecfaa.tar.xz
tests-5484a8f4954e2dda04abca4059e4faf4aacecfaa.zip
fix service command
-rw-r--r--restraint/config/restraint-sanity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/restraint/config/restraint-sanity.xml b/restraint/config/restraint-sanity.xml
index 759b79a..3f59b79 100644
--- a/restraint/config/restraint-sanity.xml
+++ b/restraint/config/restraint-sanity.xml
@@ -10,7 +10,7 @@
<task name="/distribution/command">
<rpm name="distribution-distribution-command" path="/mnt/tests/distribution/command"/>
<params>
- <param name="CMDS_TO_RUN" value="[ '##VERSION##-##RELEASE##' = $(rpm -q --qf '%{version}-%{release}' ##PKGNAME##) ] || ( yum -y update ##PKGNAME## &amp;&amp; service restart restraintd)"/>
+ <param name="CMDS_TO_RUN" value="[ '##VERSION##-##RELEASE##' = $(rpm -q --qf '%{version}-%{release}' ##PKGNAME##) ] || ( yum -y update ##PKGNAME## &amp;&amp; service restraintd restart)"/>
</params>
</task>
<task name="/tests/restraint/env/metadata">