Skip to content

Commit 0030d91

Browse files
committed
debug
1 parent 0781a4e commit 0030d91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/testResultsSummary.unit.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ describe('summaryGeneration', () => {
4646
const artifactFileName = 'matlabTestResults.json';
4747
const sourceFilePath = path.join(__dirname, 'test-data', 'testResultsArtifacts', 't1', osName, artifactFileName);
4848
const destinationFilePath = path.join(__dirname, '..', artifactFileName);
49+
console.log('Copying test data from:', sourceFilePath);
50+
console.log('Copying test data to:', destinationFilePath);
51+
4952
try {
5053
fs.copyFileSync(sourceFilePath, destinationFilePath);
5154
} catch (err) {

0 commit comments

Comments
 (0)