commit | 085abd8eb7c744170cd92429b9aea9d07fd4458b | [log] [tgz] |
---|---|---|
author | Mate Lakat <mate.lakat@citrix.com> | Wed Dec 11 12:21:12 2013 +0000 |
committer | Mate Lakat <mate.lakat@citrix.com> | Tue Jan 07 10:20:37 2014 +0000 |
tree | faa0a59a013793ad1897f157bd34aa10ad962566 | |
parent | 68f142324d213ec97dbb6af0f0d4e513b7e85fdd [diff] [blame] |
Fix xenapi functions' tests The tests got outdated, this fix makes the tests pass again. Change-Id: Iadddfbf34bf79ba455811645e766c2f3d0fcca84
diff --git a/tools/xen/mocks b/tools/xen/mocks index 94b0ca4..ec8679e 100644 --- a/tools/xen/mocks +++ b/tools/xen/mocks
@@ -73,7 +73,7 @@ done return 1 fi - echo "Mock test does not implement the requested function" + echo "Mock test does not implement the requested function: ${1:-}" exit 1 }