Skip to content
Snippets Groups Projects
Commit 28753e4b authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

diagnostic test

parent 5a4db307
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ before_script: ...@@ -58,7 +58,7 @@ before_script:
fi fi
- if [ $TRAVIS_OS_NAME = "osx" ]; then - if [ $TRAVIS_OS_NAME = "osx" ]; then
export PATH=${PATH}:/usr/local/opt/gettext/bin; export PATH=${PATH}:/usr/local/opt/gettext/bin;
brew uninstall java --force; brew uninstall java --force --ignore-dependencies;
brew cask uninstall java --force; brew cask uninstall java --force;
fi fi
......
...@@ -16,3 +16,6 @@ installLib() { ...@@ -16,3 +16,6 @@ installLib() {
installLib libvhdi 20201018 installLib libvhdi 20201018
installLib libvmdk 20200926 installLib libvmdk 20200926
echo "directories:"
ls /usr/lib
ls /usr/local/lib
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment