commit | 3aac0adfe01b30fc58c638c5ab61844e80b3fd66 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Mar 24 17:53:20 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Mar 24 17:53:20 2016 +0100 |
tree | 5e3691904a971e3b305bc4d2e1b950e6ddef6570 | |
parent | 8c08e0db8fa47c0c8780607a0d803d4964fdffa6 [diff] |
Cleanup regrtest "main()" function * Rename libregrtest.main_in_temp_cwd() to libregrtest.main() * Add regrtest.main_in_temp_cwd() alias to libregrtest.main() * Move old main_in_temp_cwd() code into libregrtest.Regrtest.main() * Update multiple scripts to call libregrtest.main()