All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] run-all-posix-option-group-tests.sh: Fix a spelling mistake
@ 2011-07-29  6:02 Yi Zhao
  0 siblings, 0 replies; 3+ messages in thread
From: Yi Zhao @ 2011-07-29  6:02 UTC (permalink / raw)
  To: ltp-list

The script can not work due to this mistake.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../bin/run-all-posix-option-group-tests.sh        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh b/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh
index a9b2c05..39ff989 100755
--- a/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh
+++ b/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh
@@ -8,7 +8,7 @@
 #
 
 FAILED=0
-RPOG_SCRIPT="$(dirname "$0")/run-posix-option-group-test.sh"
+PROG_SCRIPT="$(dirname "$0")/run-posix-option-group-test.sh"
 
 for option_group in AIO MEM MSG SEM SIG THR TMR TPS; do
 	if ! $PROG_SCRIPT $option_group; then
-- 
1.7.1


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] run-all-posix-option-group-tests.sh: Fix a spelling mistake
  2011-07-29  8:33 Yi Zhao
@ 2011-07-29 11:26 ` Cyril Hrubis
  0 siblings, 0 replies; 3+ messages in thread
From: Cyril Hrubis @ 2011-07-29 11:26 UTC (permalink / raw)
  To: Yi Zhao; +Cc: ltp-list

Hi!
> The script can not work due to this mistake.
> 
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>

Commited, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* [LTP] [PATCH] run-all-posix-option-group-tests.sh: Fix a spelling mistake
@ 2011-07-29  8:33 Yi Zhao
  2011-07-29 11:26 ` Cyril Hrubis
  0 siblings, 1 reply; 3+ messages in thread
From: Yi Zhao @ 2011-07-29  8:33 UTC (permalink / raw)
  To: ltp-list

The script can not work due to this mistake.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../bin/run-all-posix-option-group-tests.sh        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh b/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh
index a9b2c05..39ff989 100755
--- a/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh
+++ b/testcases/open_posix_testsuite/bin/run-all-posix-option-group-tests.sh
@@ -8,7 +8,7 @@
 #
 
 FAILED=0
-RPOG_SCRIPT="$(dirname "$0")/run-posix-option-group-test.sh"
+PROG_SCRIPT="$(dirname "$0")/run-posix-option-group-test.sh"
 
 for option_group in AIO MEM MSG SEM SIG THR TMR TPS; do
 	if ! $PROG_SCRIPT $option_group; then
-- 
1.7.1


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2011-07-29 11:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-29  6:02 [LTP] [PATCH] run-all-posix-option-group-tests.sh: Fix a spelling mistake Yi Zhao
2011-07-29  8:33 Yi Zhao
2011-07-29 11:26 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.