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 e88cc70 commit 653c2e4Copy full SHA for 653c2e4
funcs.rc
@@ -169,7 +169,7 @@ feature_test_x(){
169
echo "syntax: feature_test_x testing_folder"
170
testing_folder=$1
171
if [ "${testing_folder}" != "" ];then
172
- goup ngo task -d ./tests/functests/features/${testing_folder} -t feature -i dev --configdir=./tests/functests
+ goup ngo task -d ./tests/features/${testing_folder} -t feature -i dev --configdir=./tests/functests
173
else
174
echo "Please input a feature test folder name"
175
exit -1
0 commit comments