cms-sw / SCRAM

Software Configuration And Management - CMS internal build tool
Other
10 stars 8 forks source link

[v3][tests] Arguments mismatch when calling `MakeInterface.exec` in `tests/s_t_MakeInterface.py` #52

Closed ShamrockLee closed 1 year ago

ShamrockLee commented 1 year ago

The argument signature of method exec of class MakeInterface is

exec(self, args, opts)

but it is called in s_t_MakeInterface.py as

a = MakeInterface()
a.exec("/tmp/makefile")

causing the test to fail.

cmsbuild commented 1 year ago

A new Issue was created by @ShamrockLee Yueh-Shun Li.

@Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

smuzaffar commented 1 year ago

thanks for pointing this out. s_t_MakeInterface.py is obsolete so I have deleted that tests file.