Files
runner-images/images/linux/scripts/installers/swig.sh
Vladimir Safonkin 0a768b0726 [Ubuntu] Migrate tests to Pester (#2340)
* Add Pester tests

* Fix incorrect merging

* Remove swift test from installing script

* Minor fix

* Remove Haskell tests from commons tests

* Fix selenium test

* Fix SVN test

* Fix pipx tests

* Debug

* Fix pipx packages test

* Skip pipx for 16.04
2020-12-29 10:02:46 +03:00

9 lines
129 B
Bash

#!/bin/bash -e
source $HELPER_SCRIPTS/invoke-tests.sh
# Install Swig
sudo apt-get install -y swig
invoke_tests "Tools" "Swig"