Browse Source
Input files like basics/string_format.py and float/string_format.py have the same basename so using that name for writing the output (.exp and .out files) when both tests fail, results in the output of the first one being overwritten. Avoid this by using unique names for the output, replacing path characters with underscores.pull/4040/merge
stijn
6 years ago
committed by
Damien George
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue