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: I600d3bdb3de23ef6f381cd5b81e2b851856b2b9b
This commit is contained in:
Harald Welte 2021-12-15 19:45:27 +01:00 committed by laforge
parent 650870c9f5
commit 84a3680666
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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