tests: magicuri: Fix specifying caps path
This commit is contained in:
parent
d5638eb140
commit
67e139dc5f
|
@ -26,7 +26,7 @@ def parse_options():
|
|||
|
||||
options = parser.parse_args()
|
||||
|
||||
testdir = os.path.dirname(__file__)
|
||||
testdir = os.path.abspath(os.path.dirname(__file__))
|
||||
capsdir = os.path.join(testdir, "capabilities-xml/")
|
||||
|
||||
hv = options.hv
|
||||
|
|
Loading…
Reference in New Issue