Rename the binary as ooniprobe (#58)
While there run the build container as unpriv user.
This commit is contained in:
parent
f425d3f007
commit
23c8df1f0c
3 changed files with 9 additions and 7 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
set -ex
|
||||
|
||||
./dist/${OS_NAME}/amd64/ooni onboard --yes
|
||||
./dist/${OS_NAME}/amd64/ooni run --config testdata/testing-config.json -v --no-collector
|
||||
./dist/${OS_NAME}/amd64/ooniprobe onboard --yes
|
||||
./dist/${OS_NAME}/amd64/ooniprobe run --config testdata/testing-config.json -v --no-collector
|
||||
|
|
|
|||
Loading…
Reference in a new issue