Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F918028
Masterwork From Distant Lands
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
20after4
Oct 28 2015, 8:28 PM
2015-10-28 20:28:55 (UTC+0)
Size
622 B
Referenced Files
None
Subscribers
None
Masterwork From Distant Lands
View Options
diff --git a/src/unit/engine/NoseTestEngine.php b/src/unit/engine/NoseTestEngine.php
index e81bcb6..bea8c49 100644
--- a/src/unit/engine/NoseTestEngine.php
+++ b/src/unit/engine/NoseTestEngine.php
@@ -9,7 +9,16 @@ final class NoseTestEngine extends ArcanistUnitTestEngine {
private $parser;
+ public function supportsRunAllTests() {
+ return true;
+ }
+
public function run() {
+ if ($this->getRunAllTests()) {
+ $affected_tests = array(Filesystem::resolvePath("./"));
+ return $this->runTests($affected_tests, './');
+ }
+
$paths = $this->getPaths();
$affected_tests = array();
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/vm/44/zoab6dxvpau5yzp5
Default Alt Text
Masterwork From Distant Lands (622 B)
Attached To
Mode
P1880 make arc unit NoseTestEngine work with `arc diff --everything`
Attached
Detach File
Event Timeline
Log In to Comment