6cccfeb97a
Factor code and reorganize location of go cache and go paths such that subsequent invocations reuse both dirs.
7 lines
176 B
Bash
Executable File
7 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
./dist/${TRAVIS_OS_NAME}/amd64/ooniprobe onboard --yes
|
|
./dist/${TRAVIS_OS_NAME}/amd64/ooniprobe run --config testdata/testing-config.json -v --no-collector
|