1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-25 01:58:49 +02:00
phorge-arcanist/src/unit/engine/phutil
epriestley 99717090ef Avoid infinite loop in 'arc unit'
Summary: If you modify a file at the root level (like the celerity map) we run
the dir/path checks in the wrong order and fail to detect that we can't possibly
find any modules. This leads to an infinite loop inside the while loop below.

Test Plan: Ran "arc unit" on a change which affects the celerity map.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran, btrahan

Differential Revision: 1146
2011-12-01 08:50:12 -08:00
..
__tests__ Provide setup/teardown hooks for ArcanistPhutilTestCase 2011-04-30 12:04:11 -07:00
testcase Provide more information when unit tests fail with exceptions 2011-11-17 11:29:48 -08:00
__init__.php Update arcanist to use the PhutilSymbolLoader. 2011-01-12 16:02:28 -08:00
PhutilUnitTestEngine.php Avoid infinite loop in 'arc unit' 2011-12-01 08:50:12 -08:00