mirror of https://github.com/CGAL/cgal
Add cmake output everywhere
This commit is contained in:
parent
b1aeeeee3e
commit
31ba24e102
|
|
@ -39,7 +39,6 @@ with open(report_file, "rt") as test_report:
|
||||||
elif rx_examples.match(myline):
|
elif rx_examples.match(myline):
|
||||||
name="{str}_Examples".format(str=name)
|
name="{str}_Examples".format(str=name)
|
||||||
|
|
||||||
if not os.path.isdir(name):
|
|
||||||
os.mkdir(name)
|
os.mkdir(name)
|
||||||
test_report=open("{dir}/{file}".format(dir=name, file=report_name), "w+")
|
test_report=open("{dir}/{file}".format(dir=name, file=report_name), "w+")
|
||||||
is_writing=True
|
is_writing=True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue