run_tests.sh (308B)
1 #!/usr/bin/env bash 2 3 source $(dirname "$0")/tools.sh 4 5 # Fetch artifact if needed. 6 fetch_dist 7 8 export DIST=${PWD}/dist 9 10 # tests write to the source dir (and its parent), so move the source tree to 11 # our workspace from the (cached) checkout dir 12 cp -a "${VCS_PATH}/nss" . 13 14 # Run tests. 15 cd nss/tests && ./all.sh