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 5d1871f commit fc0e180Copy full SHA for fc0e180
builder.json
@@ -14,7 +14,7 @@
14
{ "name": "aws-c-auth" }
15
],
16
"test_steps": [
17
- ["bash", "{project_dir}/.builder/action/aws-c-http-test.sh"],
18
- ["{python}", "{project_dir}/integration-testing/http_client_test.py", "{install_dir}/bin/elasticurl{exe}"]
+ ["bash", "./.builder/action/aws-c-http-test.sh"],
+ ["{python}", "./integration-testing/http_client_test.py", "{install_dir}/bin/elasticurl{exe}"]
19
]
20
}
0 commit comments