~ubuntu-branches/ubuntu/raring/libvirt/raring

« back to all changes in this revision

Viewing changes to tests/cpuset

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-19 10:41:02 UTC
  • mfrom: (1.2.15) (223.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121119104102-l6ewdppikysbzztu
Tags: 1.0.0-0ubuntu2
debian/patches/add-armhf-sysinfo-infomration.patch: Disable
to fix FTBFS on arm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# GNU General Public License for more details.
15
15
 
16
16
# You should have received a copy of the GNU General Public License
17
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
# along with this program.  If not, see
 
18
# <http://www.gnu.org/licenses/>.
18
19
 
19
20
test -z "$srcdir" && srcdir=$(pwd)
20
21
test -z "$abs_top_srcdir" && abs_top_srcdir=$(pwd)/..
41
42
$abs_top_builddir/tools/virsh --connect test:///default define xml-invalid > out 2>&1 && fail=1
42
43
cat <<\EOF > exp || fail=1
43
44
error: Failed to define domain from xml-invalid
44
 
error: internal error topology cpuset syntax error
 
45
error: XML error: topology cpuset syntax error
45
46
 
46
47
EOF
47
48
compare exp out || fail=1