Skip to content

Commit 5e31ac5

Browse files
committed
Updated python path
1 parent a8c34c1 commit 5e31ac5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cems/src/main/bin/mms-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export MMS_ENV_NAME=mms-env.sh
1717
export MMS_JAVA_EXEC='/gws/nopw/j04/esacci_sst/mms_new/software/jdk1.8.0_202/bin/java'
1818

1919
export PM_EXE_DIR=/gws/nopw/j04/esacci_sst/mms_new/bin
20-
export PM_PYTHON_EXEC='/gws/nopw/j04/fiduceo/Software/miniconda/miniconda3/envs/fiduceo_mms/bin/python'
20+
export PM_PYTHON_EXEC='/gws/nopw/j04/esacci_sst/mms_new/software/conda_envs/sst-cci-mms/bin/python'
2121

2222
export PATH=${PM_EXE_DIR}:$PATH
2323

developer_read.me

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The build command for Maven for the MS does execute a large number of unit-level and integration tests.
44
We have made a tradeoff between build speed and test-coverage by excluding time-consuming test from the
55
standard test set. To execute these tests, which cover intensive IO operations and exhaustive database
6-
test on all supported vendors, the Java VM has to be equipped with parameters that explicitely switch these tests on.
6+
test on all supported vendors, the Java VM has to be equipped with parameters that explicitly switch these tests on.
77

88
-Dcom.bc.fiduceo.db.tests.execute=true
99
Enables the database test suite. Requires a MongoDB and a PostGIS db-server to be accessible from the tests.
@@ -23,6 +23,10 @@ You can find needed test files at:
2323

2424
Interested external developers please contact Brockmann-Consult to receive a copy of the test data.
2525

26+
To make the test data available to the test suite, you need to create a configuration file.
27+
A template file can be found in the module "core" in the test resources, Please create a copy of
28+
"dataDirectory_example.properties" and rename it to "dataDirectory.properties". Edit the renamed file
29+
and update the property "dataDirectory" to point to the test data root directory on your system.
2630

2731

2832
MongoDB preparation for test execution

0 commit comments

Comments
 (0)