geometalab / osmaxx-deploy

Deployment scripts for OSMaxx
1 stars 0 forks source link

tests fail with "Command(s) not found: bootstrap" #6

Open das-g opened 7 years ago

das-g commented 7 years ago

Output of make tests ends in

sleep 10
fab -H osmaxx-local-testing-server bootstrap

Warning: Command(s) not found:
    bootstrap

Available commands:

    Action
    execute_command
    health_check
    host_type
    logs
    prepare_host
    provide_docker_compose
    start
    stop
    upgrade
Makefile:2: recipe for target 'tests' failed
make: *** [tests] Error 1

and exit code is 2.

das-g commented 7 years ago

I guess we renamed our fab subcommands at some point and didn't adapt that test.