xicodomingues/francinette

pipex: If a test gives a timeout while executing, the program errors out with a "NoneType"

xicodomingues opened this issue · 3 comments

Screenshot 2023-03-07 at 17 47 21

I should handle the timeouts more gracefully.

Also while at it, put some tests under strict (the weirder ones)

Hello!! What are the tests 6 and 8 in pipex?? My pipex does not pass in this two and I would like to know how to resolve it...
I also get the "'NoneType' object has no attribute 'stderr'". Thankyou!

for test 6

./pipex infile.txt 'sed "s/And/But/"' "awk '{count++} END {printf "count: %i", count}'" outfile.txt

should exec like this

So this happens when Test 9 timouts? got that right now and im not shure what to do.