Rename the binary as ooniprobe (#58)

While there run the build container as unpriv user.
This commit is contained in:
Simone Basso 2019-10-02 19:27:15 +02:00 committed by GitHub
commit 23c8df1f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View file

@ -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