
enables unit testing and heat dependency Change-Id: I51908e334b7ef3f0a2c200a1dae85de81e418a23
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
TOOLS=`dirname $0`
|
|
VENV=$TOOLS/../.venv
|
|
source $VENV/bin/activate && "$@"
|