test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/3] fix TestSuite coremask on FreeBSD
@ 2016-09-28  8:45 xu,gang
  2016-09-28  8:45 ` [dts] [PATCH V1 2/3] fix TestSuite unit_tests_lpm " xu,gang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: xu,gang @ 2016-09-28  8:45 UTC (permalink / raw)
  To: dts; +Cc: xu,gang

delete space in command in order to implementation copy StDErr to StDput  

Signed-off-by: xu,gang <gangx.xu@intel.com>
---
 tests/TestSuite_coremask.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_coremask.py b/tests/TestSuite_coremask.py
index 2458d8f..d93e07a 100644
--- a/tests/TestSuite_coremask.py
+++ b/tests/TestSuite_coremask.py
@@ -104,7 +104,7 @@ class TestCoremask(TestCase):
         Check coremask parsing for more cores than available.
         """
 
-        command_line = """./%s/app/test -c %s -n %d --log-level 8 2 > &1 |tee out"""
+        command_line = """./%s/app/test -c %s -n %d --log-level 8 2>&1 |tee out"""
 
         # Default big coremask value 128
         big_coremask_size = 128
-- 
1.9.3

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

end of thread, other threads:[~2016-09-29  5:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-28  8:45 [dts] [PATCH V1 1/3] fix TestSuite coremask on FreeBSD xu,gang
2016-09-28  8:45 ` [dts] [PATCH V1 2/3] fix TestSuite unit_tests_lpm " xu,gang
2016-09-29  5:30   ` Liu, Yong
2016-09-28  8:45 ` [dts] [PATCH V1 3/3] fix TestSuite unit_tests_mbuf " xu,gang
2016-09-29  5:18   ` Liu, Yong
2016-09-29  5:26 ` [dts] [PATCH V1 1/3] fix TestSuite coremask " Liu, Yong

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).