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 db590b5 commit 3c33eabCopy full SHA for 3c33eab
playbooks/osb-checker-test-huaweicloud/run.yaml
@@ -93,8 +93,7 @@
93
echo "#########################################################################"
94
echo "Runing osb-checker against huaweicloud ${service} service...."
95
sed -i "s/${checker_cfg}/config_huaweicloud_${service}.json/g" test/test.js
96
- mocha -t 200000 test/test.js
97
- npm test || exitcode=$?
+ mocha -t 200000 test/test.js || exitcode=$?
98
checker_cfg=config_huaweicloud_${service}.json
99
done
100
popd
0 commit comments