memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
238 stars 23 forks source link

Fix error propagation in setup script #473

Closed MarkoBarisic closed 1 month ago

MarkoBarisic commented 1 month ago

Description

This PR fixes error propagation in the setup script. The bug was that when an error happens, example: Building C++ modules failed, the script would not return exit code 1. Rather it would just log the error and return exit code 0 as if everything is ok.

Pull request type

Related issues

Delete if this PR doesn't resolve any issues. Link the issue if it does.

######################################

Reviewer checklist (the reviewer checks this part)

Module/Algorithm

Documentation checklist

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud