Skip to content

Commit f631c24

Browse files
committed
only copy json files
1 parent d1b3915 commit f631c24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ test-data:
3636
mkdir -p $(tempDir)
3737
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
3838
cp -r ${gitDataDir}ufc ${testDataDir}
39-
cp -r ${gitDataDir}configuration-wire ${testDataDir}
39+
mkdir -p ${testDataDir}configuration-wire
40+
cp -r ${gitDataDir}configuration-wire/*.json ${testDataDir}/configuration-wire
4041
rm -rf ${tempDir}
4142

4243
## prepare

0 commit comments

Comments
 (0)