5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash -u
|
|
|
|
cd $(dirname "$0")
|
|
python util/run.py --project="$(pwd)/.." --base "$(pwd)/tests" "$@"
|