mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added test fro creating a server without any jar groups present.
This commit is contained in:
parent
905cb2494a
commit
819d09b744
6
test.sh
6
test.sh
@ -38,6 +38,12 @@ tearDown() {
|
|||||||
# Manager Tests
|
# Manager Tests
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
|
test_create_server_without_any_jargroups() {
|
||||||
|
$SCRIPT server create example
|
||||||
|
|
||||||
|
source "$MSM_CONF"
|
||||||
|
assertTrue "Server was not created." '[ -d "$SERVER_STORAGE_PATH/example" ]'
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Server Tests
|
# Server Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user