summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch')
-rw-r--r--meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
index 9812ecc8b3..a7bc8d322e 100644
--- a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
+++ b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch
@@ -7,6 +7,7 @@ Upstream-Status: Pending
7 7
8Signed-off-by: Roy Li <rongqing.li@windriver.com> 8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 9Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
10Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
10--- 11---
11 test/regress | 6 +++--- 12 test/regress | 6 +++---
12 test/regress2 | 11 +++++------ 13 test/regress2 | 11 +++++------
@@ -20,7 +21,7 @@ index 2ce1705..d086a47 100755
20 if [ $numnodes -lt 2 ] ; then 21 if [ $numnodes -lt 2 ] ; then
21 echo "need at least two nodes with at least $NEEDPAGES each of" 22 echo "need at least two nodes with at least $NEEDPAGES each of"
22 echo "free memory for mempolicy regression tests" 23 echo "free memory for mempolicy regression tests"
23+ echo "FAIL: numa regress" 24+ echo "SKIP: numa regress"
24 exit 77 # Skip test 25 exit 77 # Skip test
25 fi 26 fi
26 } 27 }