diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-07-28 08:50:52 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-07-28 08:50:52 -0700 |
commit | fc7c0645fa9c9d47c1462387a3de82a2a4474467 (patch) | |
tree | 1e691ed23900cc0c88cb3406236fe1a107262e1e /indra/viewer_components/Resources/README | |
parent | 2bb4214866ddd17578ff094b83f3bcf5a46053c0 (diff) |
SL-321: add in resource files, more CLI handling fixes
Diffstat (limited to 'indra/viewer_components/Resources/README')
-rw-r--r-- | indra/viewer_components/Resources/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/viewer_components/Resources/README b/indra/viewer_components/Resources/README new file mode 100644 index 0000000000..e1b35730d4 --- /dev/null +++ b/indra/viewer_components/Resources/README @@ -0,0 +1,9 @@ +This directory only exists as a place for the summary.json file to exist when the unit tests are run on a Mac, where the file goes to a sibling directory of the scripts dir. In Linux and Windows, the JSON file goes into the same directory as the script. + +See: + +test_get_summary.py +update_manager.get_summary() + +for more details +- coyot 201606.02 |