chiark
/
gitweb
/
~ianmdlvl
/
dgit-junk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c8779
)
drop tmp handling, now done by run-all etc.
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 26 Aug 2018 10:49:19 +0000
(11:49 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 26 Aug 2018 10:49:19 +0000
(11:49 +0100)
sometest-to-tested
patch
|
blob
|
history
diff --git
a/sometest-to-tested
b/sometest-to-tested
index fe987d4ecc5369953a3f578adce3e82fa209f11a..9993004695b1465783da1cee24473fd6c6368278 100755
(executable)
--- a/
sometest-to-tested
+++ b/
sometest-to-tested
@@
-4,12
+4,6
@@
set -e
set -o pipefail
-rm -rf tests/tmp
-if [ "x$DGIT_SOMETEST_TMP" != x ]; then
- rm -rf "$DGIT_SOMETEST_TMP"
- mkdir "$DGIT_SOMETEST_TMP"
- ln -s "$DGIT_SOMETEST_TMP" tests/tmp
-fi
export DGIT_TEST_RUN_PFX=eatmydata
time nice tests/using-intree tests/run-all
git push main HEAD:${STTM_TESTED-tested}