Merge branch 'lfs'
This commit is contained in:
commit
0a3756f3e9
|
@ -12,9 +12,5 @@ build/
|
|||
|
||||
/scripts/testnet*.sh
|
||||
|
||||
# LFS cache
|
||||
jsonTestsCache/
|
||||
tmpcache/
|
||||
|
||||
# State sim # TODO - move in another folder
|
||||
0000-*.json
|
||||
|
|
|
@ -57,4 +57,5 @@ task test, "Run all tests":
|
|||
|
||||
task sync_lfs_tests, "Sync LFS json tests":
|
||||
# Syncs the json test files (but not the EF yaml tests)
|
||||
exec "scripts/process_lfs.sh jsonTestsCache"
|
||||
exec "scripts/process_lfs.sh"
|
||||
|
||||
|
|
Loading…
Reference in New Issue