Skip to content

Commit

Permalink
remove debug again
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
  • Loading branch information
outscale-mgo committed Dec 31, 2024
1 parent 84b4543 commit 217a166
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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
7 changes: 0 additions & 7 deletions intergration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ set -eE

MSG_BASE="Test Example"

echo "OSC_ENDPOINT_API($is_local): " $OSC_ENDPOINT_API

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

trap "echo [$MSG_BASE 0 FAIL]" ERR

out=$( ./example0 | grep -v '==' | jq )
Expand Down

0 comments on commit 217a166

Please sign in to comment.