Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Dec 24, 2024
1 parent 7713aae commit f55b744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/example0.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ int main(void)
int curl_res;

arg.filters_str = "{\"AccountAliases\": [\"Outscale\"]}";
if (osc_init_sdk(&e, NULL, OSC_VERBOSE_MODE) < 0) {
if (osc_init_sdk(&e, NULL, 0) < 0) {
fprintf(stderr, "fail to init osc-sdk-c\n");
return 1;
}
Expand Down
3 changes: 1 addition & 2 deletions intergration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ MSG_BASE="Test Example"

echo "OSC_ENDPOINT_API($is_local): " $OSC_ENDPOINT_API

file example0

if [[ "is_local" == 1 ]]; then
./example0
echo "example 0 done"
fi

trap "echo [$MSG_BASE 0 FAIL]" ERR
Expand Down

0 comments on commit f55b744

Please sign in to comment.