Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Remove invalid argment quuoting in
runTests.sh
(#1029)
`Build/Scripts/runTests.sh` provides a test-suite `composer` and allows passing additional command and options directly down to the composer command. Due to an invalid quoting the passed options were broking and not regonized by the `composer` binary. This change removes the superflous argument passing and therefore allows passing additional options to the `composer` command. Resolves: #967
- Loading branch information