Skip to content

Commit

Permalink
oprava chyby v teste 009, kde moze vznikut viacero chyb a nie ta, kto…
Browse files Browse the repository at this point in the history
…ra sa priamo testuje. Podnes od Jana S.
  • Loading branch information
marusak committed Apr 7, 2016
1 parent a8b9545 commit 55c58ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _stud_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $INTERPRETER $TASK.$EXTENSION --pretty-xml= 2> ${LOG_PATH}test008.err
echo -n $? > ${LOG_PATH}test008.!!!

#test009
$INTERPRETER $TASK.$EXTENSION --input=f --output=f1 --pretty-xml=4 --details=C --seach="hello" --what 2> ${LOG_PATH}test009.err
$INTERPRETER $TASK.$EXTENSION --input=${LOCAL_IN_PATH}test01.in --output=${LOCAL_OUT_PATH}test009.out --pretty-xml=4 --details=C --seach="hello" --what 2> ${LOG_PATH}test009.err
echo -n $? > ${LOG_PATH}test009.!!!

#non existing file on input (if file with that name exists in your computer, you have some problems)
Expand Down

0 comments on commit 55c58ed

Please sign in to comment.