From 9f6e04cdef6a835c1ce9535726ac784402e53372 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sat, 18 Apr 2015 22:26:29 -0700 Subject: Refactor CronArchive, remove need to specify URL (also did same to CliMulti), remove test skipping in ArchiveWebTest & ArchiveCronTest. --- tests/PHPUnit/System/ArchiveCronTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/PHPUnit/System/ArchiveCronTest.php') diff --git a/tests/PHPUnit/System/ArchiveCronTest.php b/tests/PHPUnit/System/ArchiveCronTest.php index 1f162b10df..0413b4b594 100644 --- a/tests/PHPUnit/System/ArchiveCronTest.php +++ b/tests/PHPUnit/System/ArchiveCronTest.php @@ -133,9 +133,7 @@ class ArchiveCronTest extends SystemTestCase // run the command exec($cmd, $output, $result); if ($result !== 0 || stripos($result, "error")) { - $message = 'This failed once after a lunar eclipse, and it has again randomly failed.'; - $message .= "\n\narchive cron failed: " . implode("\n", $output) . "\n\ncommand used: $cmd"; - $this->markTestSkipped($message); + $this->fail("archive cron failed: " . implode("\n", $output) . "\n\ncommand used: $cmd"); } return $output; -- cgit v1.2.3