
Update the project wirh olso-incubator to use testr Change-Id: I550779208569459dd1b9ad9cea496e12442d33cf Partial-Implements blueprint hacking-compliance
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 && $@
|