memgraph/tests/e2e/streams/streams_test_runner.sh
2021-07-22 16:22:08 +02:00

7 lines
170 B
Bash
Executable File

#!/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/$1"