~jonas-drange/ubuntu-push/lp1554547-automatic

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