We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ac783 commit ca6d757Copy full SHA for ca6d757
runtests.sh
@@ -73,12 +73,12 @@ else
73
if [ ${EXIT_STATUS} -eq 0 ]
74
then
75
coverage report --show-missing
76
+ python -c 'from test.tck.configure_feature_files import *; set_up()'
77
+ echo "Feature files downloaded"
78
+ neokit/neorun ${NEORUN_OPTIONS} "${BEHAVE_RUNNER}" ${VERSIONS}
79
+ python -c 'from test.tck.configure_feature_files import *; clean_up()'
80
+ echo "Feature files removed"
81
fi
- python -c 'from test.tck.configure_feature_files import *; set_up()'
- echo "Feature files downloaded"
- neokit/neorun ${NEORUN_OPTIONS} "${BEHAVE_RUNNER}" ${VERSIONS}
- python -c 'from test.tck.configure_feature_files import *; clean_up()'
- echo "Feature files removed"
82
83
84
# Exit correctly
0 commit comments