Skip to content
Snippets Groups Projects
Commit ee41b89f authored by Karim Ahmed's avatar Karim Ahmed
Browse files

Test: Find difference between non-valid files by default

parent f0aa8385
No related branches found
No related tags found
1 merge request!881[Test] Find difference by default
...@@ -68,7 +68,7 @@ automated_test: ...@@ -68,7 +68,7 @@ automated_test:
- python3 -m pip install ".[automated_test]" - python3 -m pip install ".[automated_test]"
- echo "Running automated test. This can take sometime to finish depending on the test data." - echo "Running automated test. This can take sometime to finish depending on the test data."
- echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTOR=$DETECTORS, CALIBRATION=$CALIBRATION" - echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTOR=$DETECTORS, CALIBRATION=$CALIBRATION"
- python3 -m pytest ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/data/scratch/xcaltst/test/$REFERENCE --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTORS --calibration $CALIBRATION - python3 -m pytest ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/data/scratch/xcaltst/test/$REFERENCE --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTORS --calibration $CALIBRATION --find-difference
timeout: 24 hours timeout: 24 hours
cython-editable-install-test: cython-editable-install-test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment