[macOS] Pester tests invocation after install - 2. (#2429)

* [macOS] Fail Pester tests on error

* return it back

* added new tests

* added new tests for Macos part2

* fixed nitpicks

* vsmac changes

* remove toolcache fron high sierra
This commit is contained in:
Darii Nurgaleev
2021-01-20 10:11:00 +03:00
committed by GitHub
parent c47ccfbf9a
commit 03ce901f42
12 changed files with 74 additions and 53 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash -e -o pipefail
source ~/utils/invoke-tests.sh
source ~/utils/utils.sh
# Set env variable for vcpkg
@@ -12,3 +12,5 @@ $VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.sh
$VCPKG_INSTALLATION_ROOT/vcpkg integrate install
chmod -R 0777 $VCPKG_INSTALLATION_ROOT
ln -sf $VCPKG_INSTALLATION_ROOT/vcpkg /usr/local/bin
invoke_tests "Common" "vcpkg"