summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test_index.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/test_index.php b/test_index.php
index f57fb71..8449c10 100644
--- a/test_index.php
+++ b/test_index.php
@@ -144,11 +144,12 @@ $buildtime_total = array_sum($buildtime_total);
// count all packages statuses
$stats = array(
- 'uploaded' => 0,
- 'failure' => 0,
'todo' => 0,
'building' => 0,
- 'partial' => 0
+ 'partial' => 0,
+ 'uploaded' => 0,
+ 'rejected' => 0,
+ 'failure' => 0
);
$total = count($pkgs);