Home
last modified time | relevance | path

Searched refs:test_one (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dptest.patch20 @@ -20,7 +20,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf test_data.tmp
21 @echo "#!/bin/sh" > test_one
22 @echo "HTREE=y" >> test_one
23 @echo "QUOTA=y" >> test_one
24 - @echo "SRCDIR=@srcdir@" >> test_one
25 + @echo "SRCDIR=@PTEST_PATH@/test" >> test_one
26 @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one
27 @echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one
28 @echo "DD=@DD@" >>test_one
29 @@ -31,7 +31,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp
/openbmc/qemu/tests/qemu-iotests/
H A D093163 def test_one(self): member in ThrottleTestCase
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/
H A De2fsprogs_1.47.1.bb137 …"s#@PTEST_PATH@#${PTEST_PATH}#g" ${D}${PTEST_PATH}/test/test_script ${D}${PTEST_PATH}/test/test_one