2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-09 13:00:16 +00:00

Missing end statement in testcase

This commit is contained in:
Mark Gurevich
2020-02-26 09:28:35 -05:00
parent 57ddb36671
commit dc7d65d43b

View File

@@ -32,3 +32,4 @@ cmd:xdsh $$CN "service xcatd status"
check:rc==0
check:output=~running
cmd:xdsh $$CN "service xcatd stop"
end