Skip to content

Commit f3de308

Browse files
committed
Check output on Travis using md5sum #96
1 parent 48b4e63 commit f3de308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ install: true
1515
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
18+
- [[ `md5sum social_network/*.csv | sort | md5sum` == 'fa046e4c44e4c3e8f6858720c45d80ed -' ]]
1819
- mkdir out
1920
- cp -r substitution_parameters out/
2021
notifications:

0 commit comments

Comments
 (0)