PR #95 made an environment variable that allows the user to write test results to a different directory. We've recently hit an issue where the testing input data may also need to be in a user-specified directory instead of $EST_HOME/tests/test_data/smalldata. The download of the "smalldata" test data requires about 110 MB to be available on the storage space where the $EST_HOME directory is located. If that's an issue, we should enable users to decide where the data.tar.gz file is untarred.
PR #95 made an environment variable that allows the user to write test results to a different directory. We've recently hit an issue where the testing input data may also need to be in a user-specified directory instead of
$EST_HOME/tests/test_data/smalldata
. The download of the "smalldata" test data requires about 110 MB to be available on the storage space where the $EST_HOME directory is located. If that's an issue, we should enable users to decide where the data.tar.gz file is untarred.