* [LTP] [PATCH] sort the open posix tests before executing
@ 2016-03-08 5:32 Vineet Gupta
2016-03-09 14:23 ` Cyril Hrubis
0 siblings, 1 reply; 4+ messages in thread
From: Vineet Gupta @ 2016-03-08 5:32 UTC (permalink / raw)
To: ltp
Helps do a simple diff of output logs !
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh b/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh
index 0477bd7059bc..7cf2b09a47d2 100755
--- a/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh
+++ b/testcases/open_posix_testsuite/bin/run-posix-option-group-test.sh
@@ -22,7 +22,7 @@ EOF
run_option_group_tests()
{
- for test_script in $(find $1 -name run.sh); do
+ for test_script in $(find $1 -name run.sh | sort); do
(cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
done
}
--
2.5.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-29 14:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 5:32 [LTP] [PATCH] sort the open posix tests before executing Vineet Gupta
2016-03-09 14:23 ` Cyril Hrubis
2016-03-28 7:21 ` Vineet Gupta
2016-03-29 14:52 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox