[otrs-cvs] otrs/scripts/test/Scheduler Run.t,1.11,1.12
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test/Scheduler
In directory lancelot:/tmp/cvs-serv17955/scripts/test/Scheduler
Modified Files:
Run.t
Log Message:
Increased stability of the test for UnitTest servers.
Author: cr
Index: Run.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/Scheduler/Run.t,v
retrieving revision 1.11
retrieving revision 1.12
diff -2 -u -d -r1.11 -r1.12
--- Run.t 4 Dec 2012 13:35:23 -0000 1.11
+++ Run.t 7 Dec 2012 16:25:23 -0000 1.12
@@ -196,5 +196,5 @@
$Test = Storable::dclone($Test);
- my $ResultMessage = `$Scheduler -a stop 2>&1`;
+ my $ResultMessage = `$Scheduler -a stop -f 1 2>&1`;
$Self->Is(
$?,
@@ -623,5 +623,5 @@
# stop scheduler if it was not already running before this test
if ( $PreviousSchedulerStatus =~ /^not running/i ) {
- my $ResultMessage = `$Scheduler -a stop 2>&1`;
+ my $ResultMessage = `$Scheduler -a stop -f 1 2>&1`;
$Self->Is(
$?,
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log