summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2012-11-29 10:49:36 +0000
committerMarko Kreen2012-11-29 10:49:36 +0000
commitb04da7ab0b108728faf906d4da920003d1e9d34d (patch)
tree9dde2109d8f238ccc65e192aca4bf34f24046d79
parent5c1052f040e5a423548f46832e39cdd82fc54b07 (diff)
remove obsolete files
-rwxr-xr-xtests/londiste/zcheck.sh4
-rwxr-xr-xtests/londiste/zstop.sh17
2 files changed, 0 insertions, 21 deletions
diff --git a/tests/londiste/zcheck.sh b/tests/londiste/zcheck.sh
deleted file mode 100755
index 96f59aed..00000000
--- a/tests/londiste/zcheck.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/sh
-
-grep -E 'ERR|WARN|CRIT' log/*.log || echo "All OK"
-
diff --git a/tests/londiste/zstop.sh b/tests/londiste/zstop.sh
deleted file mode 100755
index bf14b70b..00000000
--- a/tests/londiste/zstop.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-
-#. ../env.sh
-
-for p in pid/*.pid*; do
- test -f "$p" || continue
- pid=`cat "$p"`
- #test -d "/proc/$pid" || {
- # rm -f "$p"
- # continue
- #}
- kill "$pid"
-done
-
-killall pgqd
-ps aux|grep londiste[3]|awk '{ print $2 }' | xargs -n 1 kill
-