
Implements blueprint melange-client-repo Changed cli tests to not depend on server-side models. YAMLed cli output. We now let templatization of the command line output with bottlepy's templating Change-Id: I035d9ec8834da4a912475b29419a1d5c91202316
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
TOOLS=`dirname $0`
|
|
VENV=$TOOLS/../.venv
|
|
source $VENV/bin/activate && $@
|