Show More
@@ -762,11 +762,11 b' def tsttest(test, wd, options, replaceme' | |||
|
762 | 762 | addsalt(n + 1, False) |
|
763 | 763 | |
|
764 | 764 | # Write out the script and execute it |
|
765 | fd, name = tempfile.mkstemp(suffix='hg-tst') | |
|
766 | try: | |
|
765 | name = wd + '.sh' | |
|
766 | f = open(name, 'w') | |
|
767 | 767 |
|
|
768 |
|
|
|
769 |
|
|
|
768 | f.write(l) | |
|
769 | f.close() | |
|
770 | 770 | |
|
771 | 771 |
|
|
772 | 772 |
|
@@ -775,8 +775,6 b' def tsttest(test, wd, options, replaceme' | |||
|
775 | 775 |
|
|
776 | 776 |
|
|
777 | 777 |
|
|
778 | finally: | |
|
779 | os.remove(name) | |
|
780 | 778 | |
|
781 | 779 | # Merge the script output back into a unified test |
|
782 | 780 |
General Comments 0
You need to be logged in to leave comments.
Login now