mirror of
https://github.com/msmhq/msm.git
synced 2025-07-25 04:42:28 +00:00
Fixed tests to use new setting names.
This commit is contained in:
2
test.sh
2
test.sh
@ -187,7 +187,7 @@ test_creating_server_with_jar_groups() {
|
|||||||
|
|
||||||
assertEquals "Incorrect exit code." $EX_OK $EXIT_CODE
|
assertEquals "Incorrect exit code." $EX_OK $EXIT_CODE
|
||||||
assertTrue "Server direcotry was not created." "[ -d \"$SERVER_STORAGE_PATH/example\" ]"
|
assertTrue "Server direcotry was not created." "[ -d \"$SERVER_STORAGE_PATH/example\" ]"
|
||||||
assertTrue "Server jar was not linked." "[ -f \"$SERVER_STORAGE_PATH/example/$DEFAULT_JAR\" ]"
|
assertTrue "Server jar ($SERVER_STORAGE_PATH/example/$DEFAULT_JAR_PATH) was not linked." "[ -f \"$SERVER_STORAGE_PATH/example/$DEFAULT_JAR_PATH\" ]"
|
||||||
}
|
}
|
||||||
|
|
||||||
### "msm server delete" tests
|
### "msm server delete" tests
|
||||||
|
Reference in New Issue
Block a user