mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed tests to use new setting names.
This commit is contained in:
parent
7f687f4f9a
commit
3bb1c6a909
2
test.sh
2
test.sh
@ -187,7 +187,7 @@ test_creating_server_with_jar_groups() {
|
||||
|
||||
assertEquals "Incorrect exit code." $EX_OK $EXIT_CODE
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user