Skip to content

Commit 7576503

Browse files
committed
Test checksum of substitution parameters in CI
1 parent 5cf6a95 commit 7576503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ script:
1616
- cp params-csv.ini params.ini
1717
- docker run --rm --mount type=bind,source="$(pwd)/",target="/opt/ldbc_snb_datagen/out" --mount type=bind,source="$(pwd)/params.ini",target="/opt/ldbc_snb_datagen/params.ini" ldbc/datagen
1818
- "[[ `md5sum social_network/*.csv | sort | md5sum` == 'fa046e4c44e4c3e8f6858720c45d80ed -' ]]"
19+
- md5sum substitution_parameters/* | sort
20+
- "[[ `md5sum substitution_parameters/* | sort | md5sum` == '1867c45665c3fca9aa2470e9a349ef09 -' ]]"
1921
- mkdir out
2022
- cp -r substitution_parameters out/
2123
notifications:

0 commit comments

Comments
 (0)