mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
ntfc: don't export pytest.debug.log in CI artifacts
Don't export pytest.debug.log in CI artifacts. In case of an exception returned by ntfc, this file may not be present. A future version of ntfc will place this file in the "results" dir, so it will be exported anyway. Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
committed by
simbit18
parent
e2f3950d45
commit
0ae726a3e3
@@ -46,7 +46,7 @@ deactivate
|
||||
# export test results
|
||||
artifacts=${ARTIFACTCONFDIR}/ntfc
|
||||
mkdir -p ${artifacts}
|
||||
mv pytest.debug.log ${artifacts}
|
||||
rm -f pytest.debug.log
|
||||
mv result ${artifacts}
|
||||
|
||||
# restore old dir
|
||||
|
||||
@@ -51,7 +51,7 @@ deactivate
|
||||
# export test results
|
||||
artifacts=${ARTIFACTCONFDIR}/ntfc
|
||||
mkdir -p ${artifacts}
|
||||
mv pytest.debug.log ${artifacts}
|
||||
rm -f pytest.debug.log
|
||||
mv result ${artifacts}
|
||||
|
||||
rm -f fatfs.img
|
||||
|
||||
@@ -46,7 +46,7 @@ deactivate
|
||||
# export test results
|
||||
artifacts=${ARTIFACTCONFDIR}/ntfc
|
||||
mkdir -p ${artifacts}
|
||||
mv pytest.debug.log ${artifacts}
|
||||
rm -f pytest.debug.log
|
||||
mv result ${artifacts}
|
||||
|
||||
# restore old dir
|
||||
|
||||
@@ -46,7 +46,7 @@ deactivate
|
||||
# export test results
|
||||
artifacts=${ARTIFACTCONFDIR}/ntfc
|
||||
mkdir -p ${artifacts}
|
||||
mv pytest.debug.log ${artifacts}
|
||||
rm -f pytest.debug.log
|
||||
mv result ${artifacts}
|
||||
|
||||
# restore old dir
|
||||
|
||||
Reference in New Issue
Block a user