Skip to content

Commit 653c2e4

Browse files
committed
Fix wrong dir ref
1 parent e88cc70 commit 653c2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funcs.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ feature_test_x(){
169169
echo "syntax: feature_test_x testing_folder"
170170
testing_folder=$1
171171
if [ "${testing_folder}" != "" ];then
172-
goup ngo task -d ./tests/functests/features/${testing_folder} -t feature -i dev --configdir=./tests/functests
172+
goup ngo task -d ./tests/features/${testing_folder} -t feature -i dev --configdir=./tests/functests
173173
else
174174
echo "Please input a feature test folder name"
175175
exit -1

0 commit comments

Comments
 (0)