Commit 9e1c7dd4 authored by Stuart Sides's avatar Stuart Sides Committed by Laura, Jason R
Browse files

Updated Test Data Obtaining, Maintaining, and Submitting (markdown)

parent 849333ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ In order to run existing tests and develop new tests a full development environm
## Downloading Test Data
ISIS unit and regression tests require the data and test data directories to be available and their respective environment variables (ISISDATA, ISIS3TESTDATA) be set. This allows the tests to read files from these areas and compare results to known truth data. The ISIS tests data is currently distributed using rsync servers, but work is underway to put the test data under full version control in a Git repository. To download all of the test data, use a terminal window, set your current working directory to where you want the test data to be stored, and use the rsync command below to copy it to your computer:

**Note: Be extremely careful using the suggested --delete option with the rsync command below. If the destination directory is not correct this command can delete all files at that location.**
**Note: Be extremely careful using the suggested --delete argument with the rsync command below. If the destination directory exists and contains files not on the rsync server it will delete all files at that location and replace them the test data.**
```
rsync -azv --partial --delete isisdist.astrogeology.usgs.gov::isis3testData .
```