提交 30bc0a10 编写于 作者: J Jim Meyering

avoid a spurious test failure on non-numa systems

* tests/daemon-conf: Ignore a spurious libnuma warning.
Reported by Daniel Veillard.
上级 1b3370b4
Fri Dec 12 17:08:08 +0100 2008 Jim Meyering <meyering@redhat.com>
avoid a spurious test failure on non-numa systems
* tests/daemon-conf: Ignore a spurious libnuma warning.
Reported by Daniel Veillard.
Fri Dec 12 14:57:17 CET 2008 Daniel Veillard <veillard@redhat.com>
* Makefile.maint: fix tabs in C source error message based on
......
......@@ -56,8 +56,11 @@ while :; do
test $i = $n && break
# Filter out this diagnostic.
sed '/^Cannot set group when not running as root$/d' err > k && mv k err
# Filter out some ignorable diagnostics.
sed \
-e '/^Cannot set group when not running as root$/d' \
-e '/^libnuma: Warning: .sys not mounted or no numa system/d' \
err > k && mv k err
printf '%s\n\n' "remoteReadConfigFile: $f: $param_name: $msg" > expected-err
diff -u expected-err err || fail=1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册