Changeset View
Changeset View
Standalone View
Standalone View
scripts/install/update_phabricator.sh
| Show All 22 Lines | |||||
| cd $ROOT/libphutil | cd $ROOT/libphutil | ||||
| git pull | git pull | ||||
| cd $ROOT/arcanist | cd $ROOT/arcanist | ||||
| git pull | git pull | ||||
| cd $ROOT/phabricator | cd $ROOT/phabricator | ||||
| git pull | git pull | ||||
| git submodule update --init | |||||
| ### RUN TESTS ################################################################## | ### RUN TESTS ################################################################## | ||||
| # This is an acceptance test that makes sure all symbols can be loaded to | # This is an acceptance test that makes sure all symbols can be loaded to | ||||
| # avoid issues like missing methods in descendants of abstract base classes. | # avoid issues like missing methods in descendants of abstract base classes. | ||||
| cd $ROOT/phabricator | cd $ROOT/phabricator | ||||
| ../arcanist/bin/arc unit src/infrastructure/__tests__/ | ../arcanist/bin/arc unit src/infrastructure/__tests__/ | ||||
| Show All 36 Lines | |||||