2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #6589 from gurevichmark/add_go_xcat_testcases2

Missing end statement in testcase
This commit is contained in:
cxhong 2020-02-26 14:16:08 -05:00 committed by GitHub
commit 7da01edf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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