From 8cfeda880697c67a7dbd6c416c17636dca731bba Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 20 Sep 2018 18:21:06 +0200 Subject: [PATCH] chmod needed --- decision-task.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/decision-task.py b/decision-task.py index 063f1a806d0..58cd58af621 100644 --- a/decision-task.py +++ b/decision-task.py @@ -61,7 +61,7 @@ def main(): ./mach test-unit ./mach package --dev ./mach test-tidy --no-progress --self-test - ./etc/memory_reports_over_time.py --test + python ./etc/memory_reports_over_time.py --test ./etc/ci/lockfile_changed.sh ./etc/ci/check_no_panic.sh """, @@ -117,7 +117,6 @@ def main(): --location \ | gunzip > target/release/servo - ./mach test-wpt-failure ./mach test-wpt \ --release \ --processes 24 \