Martin Kletzander
ff498a9ac7
virsh: Report error when explicit connection fails
...
Commit 0c56d9431839 forgot to return false in the cmdConnect command
after the clean up made there.
Before (assuming you don't have uri alias for 'asdf'):
$ virsh connect asdf
error: failed to connect to the hypervisor
$ echo $?
0
After (with the same assumption):
$ virsh connect asdf
error: failed to connect to the hypervisor
error: no connection driver available for asdf
$ echo $?
1
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1356461
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
2016-08-02 13:21:01 +02:00
..
2016-06-24 14:20:57 +02:00
2016-08-01 12:02:51 +02:00
2016-01-11 15:49:13 +01:00
2015-11-18 08:15:12 +01:00
2015-05-12 08:53:14 +02:00
2015-02-23 08:49:21 +01:00
2016-04-25 18:56:48 +02:00
2015-08-14 15:45:44 +02:00
2015-08-14 15:45:44 +02:00
2016-07-26 17:30:01 +02:00
2015-08-14 15:45:44 +02:00
2016-06-22 15:54:21 +02:00
2015-08-14 15:45:44 +02:00
2015-02-20 07:46:54 +01:00
2016-04-25 13:27:16 +02:00
2016-01-11 18:14:01 -05:00
2015-08-14 15:45:44 +02:00
2016-06-16 09:38:41 -04:00
2015-08-14 15:45:44 +02:00
2016-01-11 18:14:00 -05:00
2016-01-11 18:14:00 -05:00
2015-08-14 15:45:44 +02:00
2016-08-02 12:36:21 +02:00
2015-08-14 15:45:44 +02:00
2016-05-16 12:58:48 +02:00
2016-01-11 18:14:00 -05:00
2016-05-04 10:03:04 +02:00
2015-08-14 15:45:44 +02:00
2016-08-02 13:21:01 +02:00
2016-03-01 06:50:16 -05:00
2016-07-27 15:39:47 +02:00
2016-07-28 13:54:06 +02:00
2015-12-21 10:07:59 +01:00
2016-07-29 09:21:09 +02:00
2016-05-04 16:30:30 +02:00
2016-05-11 09:06:32 +02:00
2016-03-30 09:41:54 +02:00
2016-05-11 09:06:32 +02:00
2016-06-14 08:02:45 +03:00
2016-05-11 09:06:32 +02:00
2016-04-25 15:40:43 +02:00
2016-04-25 15:40:44 +02:00
2016-07-19 07:51:10 -04:00
2016-06-10 11:03:02 +01:00
2016-06-10 11:03:02 +01:00
2016-04-25 15:40:43 +02:00
2016-04-25 15:40:44 +02:00
2016-04-25 15:40:43 +02:00
2016-04-25 15:40:44 +02:00
2016-04-25 15:40:43 +02:00
2016-04-25 15:40:44 +02:00
2016-07-28 13:54:06 +02:00
2016-07-28 13:54:06 +02:00