summaryrefslogtreecommitdiff
path: root/ci/run-tests.sh
blob: deba73d9b59820dd2ad427bbd39fa8afb3a21ef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Test Git
#

. ${0%/*}/lib-travisci.sh

ln -s "$cache_dir/.prove" t/.prove

make --quiet test

check_unignored_build_artifacts

save_good_tree