Fixed - I just removed | tr '\n' ' '
from echo $TESTFILES | tr ' ' '\n' | sort | uniq | tr '\n' ' ' > circleci_test_files.txt
and it worked
↧
Python Django tests not being split correctly
↧
Fixed - I just removed | tr '\n' ' '
from echo $TESTFILES | tr ' ' '\n' | sort | uniq | tr '\n' ' ' > circleci_test_files.txt
and it worked