From 2f3791294607e668ffe3ca5cebbcdb9b3fcddadd Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 16 Feb 2011 11:53:13 -0800 Subject: [PATCH] Expose the already-functional "--engine" flag for the unit workflow. Summary: Test Plan: Reviewers: CC: --- src/workflow/unit/ArcanistUnitWorkflow.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/workflow/unit/ArcanistUnitWorkflow.php b/src/workflow/unit/ArcanistUnitWorkflow.php index e4d517e8..46d632ed 100644 --- a/src/workflow/unit/ArcanistUnitWorkflow.php +++ b/src/workflow/unit/ArcanistUnitWorkflow.php @@ -36,6 +36,11 @@ EOTEXT public function getArguments() { return array( + 'engine' => array( + 'param' => 'classname', + 'help' => + "Override configured unit engine for this project." + ), '*' => 'paths', ); }