6014afd6c1
Enable Unit Test add additional tooling to support running tests and building virtual environments to mirror what is done in horizon. Partially implements blueprint mistral-enrich-dashboard Change-Id: I15b2b28a3a30e8c2ead3b2f68bf2986becbe7914
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 && $@
|