0c48bc0746
* refactor: enable QA tests and jafar self test Part of https://github.com/ooni/probe/issues/1335 * chore: make sure all workflows run on release branches
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
DOCKER=${DOCKER:-docker}
|
|
$DOCKER build -t jafar-qa ./QA/
|
|
$DOCKER run --privileged -v`pwd`:/jafar -w/jafar jafar-qa ./QA/pyrun.sh "$@"
|