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:
p-szafonimateusz
2026-03-02 13:38:47 +01:00
committed by simbit18
parent e2f3950d45
commit 0ae726a3e3
4 changed files with 4 additions and 4 deletions
@@ -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
+1 -1
View File
@@ -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