Compare commits

...

1 Commits

Author SHA1 Message Date
Florent Beauchamp
9797e6aecf test(xo-vmdk-to-vhd): fix reference file path
the xsd is not bundled in dist, the tests are run from
the dist folder
2024-02-22 15:36:29 +00:00

View File

@@ -99,7 +99,7 @@ test('An ova file is generated correctly', async () => {
try {
await execXmllint(xml, [
'--schema',
path.join(__dirname, 'ova-schema', 'dsp8023_1.1.1.xsd'),
path.join(__dirname, '..', 'src', 'ova-schema', 'dsp8023_1.1.1.xsd'),
'--noout',
'--nonet',
'-',