~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to tests/daemon-conf

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
  test $i = $n && break
58
58
 
59
 
  # Filter out this diagnostic.
60
 
  sed '/^Cannot set group when not running as root$/d' err > k && mv k err
 
59
  # Filter out some ignorable diagnostics and drop timestamps
 
60
  sed \
 
61
      -e 's/.*: error : //' \
 
62
      -e '/^Cannot set group when not running as root$/d' \
 
63
      -e '/^libnuma: Warning: .sys not mounted or no numa system/d' \
 
64
    err > k && mv k err
61
65
 
62
66
  printf '%s\n\n' "remoteReadConfigFile: $f: $param_name: $msg" > expected-err
63
67
  diff -u expected-err err || fail=1