-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 4.3.1
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
STM 2019-10-17
-
0
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The file paths of generated tasks were recently changed to always use the "/" separator, as generate.task calls always run in bash, even on Windows. This was achieved by auditing and replacing usages of os.path.join.
burn_in_tests.py also uses os.path.normpath, which needs to be supplemented to output the unix path as well.