mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
e2fsprogs: fix ptest bug for second running
At second running, there are four new failed case: d_loaddump f_bigalloc_badinode f_bigalloc_orphan_list f_dup_resize The test_data.tmp is necessary, but it is deleted by run-ptest. So it should be restored after testing. (From OE-Core rev: 3a5ce6f8090f912bb9744e8cc8f3f2510f351a33) Signed-off-by: Qiu Tingting <qiutt@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit d0d08dd9a8a179e25b9cfcbac696c1d212a1910c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
7f8a4aa6cf
commit
8bc1f7e015
@@ -8,3 +8,4 @@ rm -f *.tmp
|
|||||||
rm -f *.ok
|
rm -f *.ok
|
||||||
rm -f *.failed
|
rm -f *.failed
|
||||||
rm -f *.log
|
rm -f *.log
|
||||||
|
cp ../data/test_data.tmp ./
|
||||||
|
|||||||
@@ -141,4 +141,7 @@ do_install_ptest() {
|
|||||||
|
|
||||||
install -d ${D}${PTEST_PATH}/lib
|
install -d ${D}${PTEST_PATH}/lib
|
||||||
install -m 0644 ${B}/lib/config.h ${D}${PTEST_PATH}/lib/
|
install -m 0644 ${B}/lib/config.h ${D}${PTEST_PATH}/lib/
|
||||||
|
|
||||||
|
install -d ${D}${PTEST_PATH}/data
|
||||||
|
install -m 0644 ${B}/tests/test_data.tmp ${D}${PTEST_PATH}/data/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user