chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e350a2
)
Rename host-cleanup from host-pre-cleanup
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 10 Jan 2023 21:27:02 +0000
(21:27 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 10 Jan 2023 21:27:02 +0000
(21:27 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adt/acommon
patch
|
blob
|
history
diff --git
a/adt/acommon
b/adt/acommon
index 4fb1b01400db3d1b874c649d36705bec3f5c6e0e..b7519dec9d55f5ff531f92f07c3562f470a5cb65 100644
(file)
--- a/
adt/acommon
+++ b/
adt/acommon
@@
-15,7
+15,7
@@
test-prep () {
tmp=$AUTOPKGTEST_TMP
else
tmp=$PWD/tmp/$tname
- host-
pre-
cleanup
+ host-cleanup
mkdir -p tmp
rm -rf "$tmp"
mkdir "$tmp"
@@
-47,7
+47,7
@@
filesystem-prep () {
done
}
-host-
pre-
cleanup () {
+host-cleanup () {
host-cleanup client
host-cleanup server
}