public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.sh
@ 2015-06-29  8:49 Dongsheng Yang
  2015-06-29  8:49 ` [PATCH 2/2] mtd-utils: ubi-tests: fix a some overflows Dongsheng Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dongsheng Yang @ 2015-06-29  8:49 UTC (permalink / raw)
  To: richard.weinberger, computersforpeace; +Cc: Dongsheng Yang, linux-mtd

Test integck requires a parameter but run_all.sh did no pass any to it.
Then:
integck: error!: test file-system was not specified (use -h for help)

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
---
 tests/fs-tests/run_all.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fs-tests/run_all.sh b/tests/fs-tests/run_all.sh
index 7c82921..cb481ab 100755
--- a/tests/fs-tests/run_all.sh
+++ b/tests/fs-tests/run_all.sh
@@ -16,7 +16,7 @@ rm -rf ${TEST_DIR}/*
 
 rm -rf ${TEST_DIR}/*
 
-./integrity/integck || exit 1
+./integrity/integck $TEST_DIR|| exit 1
 
 rm -rf ${TEST_DIR}/*
 
-- 
1.8.4.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-06 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29  8:49 [PATCH 1/2] mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.sh Dongsheng Yang
2015-06-29  8:49 ` [PATCH 2/2] mtd-utils: ubi-tests: fix a some overflows Dongsheng Yang
2015-06-30  7:32   ` Richard Weinberger
2015-07-06 21:45   ` Brian Norris
2015-06-30  7:33 ` [PATCH 1/2] mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.sh Richard Weinberger
2015-07-06 21:42 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox