Guard g52 staging path
This commit is contained in:
@@ -3184,6 +3184,21 @@ const g52G92InteractionPath = writeInterpRegressionFile(
|
||||
"g52/g52-g92-interaction",
|
||||
"g52-g92-interaction.ngc",
|
||||
);
|
||||
const g52RegressionFiles = [
|
||||
"g52-g92-interaction/g52-g92-interaction.ngc",
|
||||
];
|
||||
assert.deepEqual(
|
||||
g52RegressionFiles,
|
||||
interpRegressionNgcFilesRecursive("g52"),
|
||||
"interp g52 fixture coverage drift",
|
||||
);
|
||||
assert.deepEqual(
|
||||
[
|
||||
g52G92InteractionPath,
|
||||
],
|
||||
g52RegressionFiles.map((file) => `/work/interp/g52/${file}`),
|
||||
"interp g52 staging manifest drift",
|
||||
);
|
||||
const g52G92InteractionRun = runWithCapturedPrints(() =>
|
||||
interp.runFile(g52G92InteractionPath),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user