Skip to content

Commit

Permalink
Merge pull request #139 from SalesforceCommerceCloud/tobiaslohr-fix-c…
Browse files Browse the repository at this point in the history
…li-testing

Adjust expect test result
  • Loading branch information
tobiaslohr authored Apr 7, 2020
2 parents acbce5f + 8e95593 commit ccc5235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ fi

echo "Testing command ´sfcc-ci instance:export´ without --sync flag:"
node ./cli.js instance:export --instance $ARG_HOST --data '{"global_data":{"meta_data":true}}' --file test_export_async.zip
if [ $? -eq 1 ]; then
if [ $? -eq 0 ]; then
echo -e "\t> OK"
else
echo -e "\t> FAILED"
Expand Down

0 comments on commit ccc5235

Please sign in to comment.