Skip to content

Commit 914bc8e

Browse files
committed
Restore md5sum check
1 parent 8ef99c2 commit 914bc8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/docker_test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ cat current_code.md5
1212
# 'code.md5 current_code.md5 differ: char 174, line 4'
1313
# indicates the md5sums of the current source and binary files do not match
1414
# the expected versions
15-
############### RESTORE THIS ###############
16-
#cmp $SINGE_ROOT/code.md5 current_code.md5
15+
cmp $SINGE_ROOT/code.md5 current_code.md5
1716

1817
# Confirm the contents of the conda environment
1918
conda list

0 commit comments

Comments
 (0)