Skip to content

Commit fc0e180

Browse files
authored
Use relative paths so that downstream builds of aws-c-http don't fail (#339)
1 parent 5d1871f commit fc0e180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{ "name": "aws-c-auth" }
1515
],
1616
"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}"]
17+
["bash", "./.builder/action/aws-c-http-test.sh"],
18+
["{python}", "./integration-testing/http_client_test.py", "{install_dir}/bin/elasticurl{exe}"]
1919
]
2020
}

0 commit comments

Comments
 (0)