From e47a905bfb9f785fad0687d890b79e51e451e730 Mon Sep 17 00:00:00 2001 From: Mike Hibler Date: Mon, 9 Oct 2006 06:05:38 +0000 Subject: [PATCH] Forgot to specify the expected-exit-code for the dbmonitor. An unexpected exit code will cause the __all_programs HALT event to fail and cause "Stop Run" to fail. --- pelab/auto-pelab.tm | 1 + 1 file changed, 1 insertion(+) diff --git a/pelab/auto-pelab.tm b/pelab/auto-pelab.tm index 4b7030725..38b9936c4 100644 --- a/pelab/auto-pelab.tm +++ b/pelab/auto-pelab.tm @@ -395,6 +395,7 @@ if {$USE_DBMONITOR} { set dbmonitor [new Program $ns] $dbmonitor set node "ops" $dbmonitor set command "/usr/testbed/sbin/dbmonitor.pl -i $DBMONITOR_INTERVAL $pid $eid" + $dbmonitor set expected-exit-code $ecode set monitorlist $dbmonitor } -- GitLab