summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2007-01-13 13:28:52 +0000
committerfukachan <fukachan>2007-01-13 13:28:52 +0000
commit838172da339a4eb5d961c8d15afebcf2b90ce9d0 (patch)
treee3c40fe2ef2350b957c3e9855576e34e6206182f
parente359b281dd49e5d2ef9c85dd0cadbfa56ee0595e (diff)
downloadfml8-838172da339a4eb5d961c8d15afebcf2b90ce9d0.tar.gz
fml8-838172da339a4eb5d961c8d15afebcf2b90ce9d0.tar.bz2
fml8-838172da339a4eb5d961c8d15afebcf2b90ce9d0.zip
+ -o use_debug=yes \
+ -o error_mail_analyzer_function=simple_count \ + -o error_mail_analyzer_simple_count_limit=2 \
-rwxr-xr-xregress/simulation/emul_error.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/regress/simulation/emul_error.sh b/regress/simulation/emul_error.sh
index 12726ee1..65571085 100755
--- a/regress/simulation/emul_error.sh
+++ b/regress/simulation/emul_error.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FML: emul_error.sh,v 1.2 2003/05/28 15:08:27 fukachan Exp $
+# $FML: emul_error.sh,v 1.3 2004/04/07 12:17:32 fukachan Exp $
#
DO () {
@@ -12,7 +12,11 @@ DO () {
test -f $msg || return;
regress/message/scramble.pl $msg |\
- ${PERL:-perl} -w /usr/local/libexec/fml/error elena@home.fml.org
+ ${PERL:-perl} -w /usr/local/libexec/fml/error \
+ -o use_debug=yes \
+ -o error_mail_analyzer_function=simple_count \
+ -o error_mail_analyzer_simple_count_limit=2 \
+ elena@home.fml.org
echo "-- exit code: $?"
)