File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 37
37
_captureOutput () {
38
38
_info " Copying ${DOCKER_CDM} :/${testDir} into ${testDir} /output"
39
39
docker cp ${DOCKER_CDM} :/${testDir} ${testDir} /output
40
- _info " Moving ${testDir} /output/$( basename ${testDir} ) /*.out TO ${testDir} /output"
41
- mv ${testDir} /output/$( basename ${testDir} ) /* .out ${testDir} /output
42
- _info " Moving ${testDir} /output/$( basename ${testDir} ) /*.err TO ${testDir} /output"
43
- mv ${testDir} /output/$( basename ${testDir} ) /* .err ${testDir} /output
44
- _info " Removing ${testDir} /output/$( basename ${testDir} ) "
45
- rm -rf ${testDir} /output/$( basename ${testDir} )
40
+ _info " Moving ${testDir} /output/*.out TO ${testDir} /output"
41
+ mv ${testDir} /output/* .out ${testDir} /output
42
+ _info " Moving ${testDir} /output/*.err TO ${testDir} /output"
43
+ mv ${testDir} /output/* .err ${testDir} /output
46
44
}
47
45
48
46
EXPECTED_FILES=" setup.cql expected.cql expected.out execute.sh"
You can’t perform that action at this time.
0 commit comments