projects
/
rawdog
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1324be4
)
Remove an unused bit of code from test-rawdog.
author
Adam Sampson
<ats@offog.org>
Sat, 23 Aug 2014 12:57:20 +0000
(13:57 +0100)
committer
Adam Sampson
<ats@offog.org>
Sat, 23 Aug 2014 12:57:20 +0000
(13:57 +0100)
test-rawdog
patch
|
blob
|
history
diff --git
a/test-rawdog
b/test-rawdog
index 72c124e9d50579b8fc4ce1d32d2d03338ed2ae4c..e7a813e55ce117d158e6cc68d464f79ab17fe865 100755
(executable)
--- a/
test-rawdog
+++ b/
test-rawdog
@@
-687,15
+687,6
@@
runs --no-lock-wait -w
not_exists $statedir/output.html
# lock.py will keep running, but harmlessly time out after a bit.
-cat >$statedir/plugins/wait.py <<EOF
-import rawdoglib.plugins
-import time
-def wait(*args):
- time.sleep(2)
- return True
-rawdoglib.plugins.attach_hook("pre_update_feed", wait)
-EOF
-
begin "no plugins dir"
rm -fr $statedir/plugins
runs -uw