* [PATCH] sort the open posix tests before executing
@ 2016-03-08 5:32 Vineet Gupta
[not found] ` <20160309142302.GE28171@rei.lan>
0 siblings, 1 reply; 2+ messages in thread
From: Vineet Gupta @ 2016-03-08 5:32 UTC (permalink / raw)
To: linux-snps-arc
Helps do a simple diff of output logs !
Signed-off-by: Vineet Gupta <vgupta at 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] 2+ messages in thread
* [LTP] [PATCH] sort the open posix tests before executing
[not found] ` <20160309142302.GE28171@rei.lan>
@ 2016-03-28 7:21 ` Vineet Gupta
0 siblings, 0 replies; 2+ messages in thread
From: Vineet Gupta @ 2016-03-28 7:21 UTC (permalink / raw)
To: linux-snps-arc
On Wednesday 09 March 2016 07:55 PM, Cyril Hrubis wrote:
> Hi!
>> Helps do a simple diff of output logs !
> Sounds reasonable to me.
>
> Has anyone an argument against this?
>
Ping !
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-28 7:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 5:32 [PATCH] sort the open posix tests before executing Vineet Gupta
[not found] ` <20160309142302.GE28171@rei.lan>
2016-03-28 7:21 ` [LTP] " Vineet Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).