7 lines
184 B
Bash
7 lines
184 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# This workaround is necessary to run in the same virtualenv as the e2e runner.py
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
python3 "$DIR/streams_tests.py"
|