chiark / gitweb /
setting-tests-env-vars: make eatmydata configurable
[dgit-junk.git] / sometest-run
1 #!/bin/bash
2
3 set -e
4 set -o pipefail
5
6 if [ "$(git-for-each-ref '[r]efs/remotes/main/tested.other')" ]; then
7         this=$(git-log -n1 --pretty=format:%T)
8         if git log --pretty=format:%T HEAD..main/tested.other \
9          | grep -xF "$this"; then
10                 echo 'EQUAL TREE'
11                 exit 0
12         fi
13 fi
14
15 time nice tests/using-intree tests/run-all