]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: new test: virsh-synopsis
authorJim Meyering <meyering@redhat.com>
Mon, 24 Nov 2008 07:13:29 +0000 (07:13 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 24 Nov 2008 07:13:29 +0000 (07:13 +0000)
commit62bcd5d32b19301af335e361c028d68dffb5cd11
tree5c7790094e68cb4aaadd358c79de79cdad578c42
parent8275cc5eb099e0acf91e34be2317e965348bc8df
tests: new test: virsh-synopsis

* tests/virsh-synopsis: new file
* tests/Makefile.am (test_scripts): Add virsh-synopsis.
* src/virsh.c: Correct help SYNOPSIS for each of seven commands.

When I first ran this script, "make check" failed like this:
  ...
  invalid help SYNOPSIS for net-create:
      create a network from an XML <file>
  invalid help SYNOPSIS for net-define:
      define a network from an XML <file>
  invalid help SYNOPSIS for net-start:
      start <network>
  invalid help SYNOPSIS for pool-create:
      create a pool from an XML <file>
  invalid help SYNOPSIS for pool-define:
      define a pool from an XML <file>
  invalid help SYNOPSIS for pool-start:
      start <pool>
  invalid help SYNOPSIS for vol-create:
      create <file>
  FAIL: virsh-synopsis
ChangeLog
src/virsh.c
tests/Makefile.am
tests/virsh-synopsis [new file with mode: 0755]