diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-08-11 11:57:21 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-08-15 11:13:09 -0400 |
commit | fa6cbdc3c9ab42b7e55c666e83b4b8d5545bb745 (patch) | |
tree | 88af70a7a52622aa18c670d9ea4337201a2333e9 /ci/test/03_before_install.sh | |
parent | fa31bc35eb8dd7e727e3e1eaf2c45017cd63bdcb (diff) |
ci: Use ./ci/ on non-travis host
Diffstat (limited to 'ci/test/03_before_install.sh')
-rwxr-xr-x | ci/test/03_before_install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/03_before_install.sh b/ci/test/03_before_install.sh index 3c9fcf3f98..5086114ba1 100755 --- a/ci/test/03_before_install.sh +++ b/ci/test/03_before_install.sh @@ -6,7 +6,6 @@ export LC_ALL=C.UTF-8 -PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g") # Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces from the sanitizers. PATH=$PATH:/usr/lib/llvm-6.0/bin/ export PATH |