Skip to content

Commit 3c33eab

Browse files
authored
Update run.yaml
1 parent db590b5 commit 3c33eab

File tree

1 file changed

+1
-2
lines changed
  • playbooks/osb-checker-test-huaweicloud

1 file changed

+1
-2
lines changed

playbooks/osb-checker-test-huaweicloud/run.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
echo "#########################################################################"
9494
echo "Runing osb-checker against huaweicloud ${service} service...."
9595
sed -i "s/${checker_cfg}/config_huaweicloud_${service}.json/g" test/test.js
96-
mocha -t 200000 test/test.js
97-
npm test || exitcode=$?
96+
mocha -t 200000 test/test.js || exitcode=$?
9897
checker_cfg=config_huaweicloud_${service}.json
9998
done
10099
popd

0 commit comments

Comments
 (0)