Note: the integration tests don't work due to ValidateApp still attempting to validate the host key for the test app which doesn't exist. This will be fixed in a future commit.
15 lines
272 B
Bash
Executable File
15 lines
272 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./testfunctions.sh
|
|
source ./common.sh
|
|
|
|
create_server_app_recipe
|
|
|
|
run_test '$ABRA app cmd foo.com test --local'
|
|
|
|
run_test '$ABRA app cmd foo.com test --local -- foo'
|
|
|
|
run_test '$ABRA app cmd foo.com test --local -- foo bar baz'
|
|
|
|
clean_server_app_recipe
|