public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [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

* [LTP] [PATCH] sort the open posix tests before executing
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Cyril Hrubis @ 2016-03-09 14:23 UTC (permalink / raw)
  To: ltp

Hi!
> Helps do a simple diff of output logs !

Sounds reasonable to me.

Has anyone an argument against this?

-- 
Cyril Hrubis
chrubis@suse.cz

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

* [LTP] [PATCH] sort the open posix tests before executing
  2016-03-09 14:23 ` Cyril Hrubis
@ 2016-03-28  7:21   ` Vineet Gupta
  2016-03-29 14:52     ` Cyril Hrubis
  0 siblings, 1 reply; 4+ messages in thread
From: Vineet Gupta @ 2016-03-28  7:21 UTC (permalink / raw)
  To: ltp

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] 4+ messages in thread

* [LTP] [PATCH] sort the open posix tests before executing
  2016-03-28  7:21   ` Vineet Gupta
@ 2016-03-29 14:52     ` Cyril Hrubis
  0 siblings, 0 replies; 4+ messages in thread
From: Cyril Hrubis @ 2016-03-29 14:52 UTC (permalink / raw)
  To: ltp

Hi!
> Ping !

Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[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