nplab-*test: Fix printing of junit on stdout
Before this patch the printing of the junit.xml to stdout fails: + collect_logs + cat '/tmp/tmp.CzafJpQyw8/*/junit-*.log' cat: '/tmp/tmp.CzafJpQyw8/*/junit-*.log': No such file or directory + true Change-Id: I600d3bdb3de23ef6f381cd5b81e2b851856b2b9bchanges/84/26584/2
parent
650870c9f5
commit
84a3680666
|
@ -36,4 +36,4 @@ docker run --rm \
|
|||
--ulimit core=-1 \
|
||||
-v $VOL_BASE_DIR/m3ua-tester:/data \
|
||||
--name ${BUILD_TAG}-m3ua-test \
|
||||
$REPO_USER/nplab-m3ua-test > $VOL_BASE_DIR/junit-xml-m3ua.log
|
||||
$REPO_USER/nplab-m3ua-test > $VOL_BASE_DIR/m3ua-tester/junit-xml-m3ua.log
|
||||
|
|
|
@ -36,4 +36,4 @@ docker run --rm \
|
|||
--ulimit core=-1 \
|
||||
-v $VOL_BASE_DIR/sua-tester:/data \
|
||||
--name ${BUILD_TAG}-sua-test \
|
||||
$REPO_USER/nplab-sua-test > $VOL_BASE_DIR/junit-xml-sua.log
|
||||
$REPO_USER/nplab-sua-test > $VOL_BASE_DIR/sua-tester/junit-xml-sua.log
|
||||
|
|
Loading…
Reference in New Issue