nus-cs2103-AY2122S1 / forum

18 stars 2 forks source link

đŸ’¡Runtest.sh not working after changing Bot name #30

Open NicolasCwy opened 3 years ago

NicolasCwy commented 3 years ago

If you have changed your bot from Duke to something else, remember to change line 23 of text-ui-test/runtest.sh java -classpath ../bin Kermit < input.txt > ACTUAL.TXT

Not doing so would leave your ACTUAL.txt empty everytime you run runtest.sh and failing the test everytime

Yukun99 commented 3 years ago

A further addition is that if you change your package names the same problem will happen, good luck fixing it man