chiark / gitweb /
add invocation of time
[dgit-junk.git] / sometest-to-tested
1 #!/bin/bash
2 #
3
4 set -e
5 set -o pipefail
6
7 rm -rf tests/tmp
8 export DGIT_TEST_RUN_PFX=eatmydata
9 time nice tests/using-intree tests/run-all
10 git push main HEAD:${STTM_TESTED-tested}