Skip to content

Commit

Permalink
tests: remove temporary script file upon test completion
Browse files Browse the repository at this point in the history
  • Loading branch information
amcn committed Sep 20, 2024
1 parent 9501228 commit cefa096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_meson_command_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def test_meson_runpython(self):
mesonout = self._run(python_command + [meson_command, 'runpython'] + cmd, env=env)
self.assertEqual(pyout, mesonout)

os.remove(script_file)

if __name__ == '__main__':
print('Meson build system', meson_version, 'Command Tests')
Expand Down

0 comments on commit cefa096

Please sign in to comment.