Skip to content

Commit

Permalink
Update TestSuite.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhameli authored Mar 13, 2024
1 parent 94f3517 commit bce6e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/tools/tester/TestSuite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class TestSuite {
let MATLAB_PATH = process.env.MATLAB_PATH as string

Check failure on line 25 in src/test/tools/tester/TestSuite.ts

View workflow job for this annotation

GitHub Actions / R2021b-windows-latest

'MATLAB_PATH' is never reassigned. Use 'const' instead

Check failure on line 25 in src/test/tools/tester/TestSuite.ts

View workflow job for this annotation

GitHub Actions / R2021b-ubuntu-latest

'MATLAB_PATH' is never reassigned. Use 'const' instead

Check failure on line 25 in src/test/tools/tester/TestSuite.ts

View workflow job for this annotation

GitHub Actions / R2023a-windows-latest

'MATLAB_PATH' is never reassigned. Use 'const' instead

Check failure on line 25 in src/test/tools/tester/TestSuite.ts

View workflow job for this annotation

GitHub Actions / R2023a-ubuntu-latest

'MATLAB_PATH' is never reassigned. Use 'const' instead

Check failure on line 25 in src/test/tools/tester/TestSuite.ts

View workflow job for this annotation

GitHub Actions / R2023a-macos-latest

'MATLAB_PATH' is never reassigned. Use 'const' instead
// if on a mac, try to find the matlab install path
if (MATLAB_PATH === '' && os.platform() === 'darwin') {
MATLAB_PATH = this.getInstallPathForMac()
// MATLAB_PATH = this.getInstallPathForMac()
}
const settingsjson = path.join(__dirname, '..', 'config', 'settings.json')
const settings = JSON.stringify({
Expand Down

0 comments on commit bce6e75

Please sign in to comment.