Skip to content
Snippets Groups Projects
Commit 9cea75ce authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Add md5sum check

parent f3704ed3
Branches
Tags
4 merge requests!37v0.0.1,!11Develop,!6Develop,!5Resolve "Add Unit Tests for splitData and getData processes"
Pipeline #5138 passed with stage
in 10 seconds
......@@ -14,3 +14,5 @@ unit:
- singularity run 'docker://bicf/bdbag:1.0' bdbag --materialize ./test_data/File_Q-Y53P.zip
- singularity run 'docker://bicf/bdbag:1.0' bdbag --validate full ./test_data/File_Q-Y53P/
- singularity run 'docker://bicf/bdbag:1.0' bdbag --validate completeness ./test_data/File_Q-Y53P/
- find ./test_data/File_Q-Y53P/ -type f -print0 | xargs -0 md5sum > test.md5
- md5sum -c test.md5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment