~chipaca/ubuntu-push/cherrypickings

1
2
3
4
5
6
7
#!/bin/bash
# For running tests in Jenkins by Tarmac
set -e
make bootstrap
make check
make check-race
make check-format