aboutsummaryrefslogtreecommitdiff
path: root/ci/test/03_before_install.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-11 11:57:21 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-15 11:13:09 -0400
commitfa6cbdc3c9ab42b7e55c666e83b4b8d5545bb745 (patch)
tree88af70a7a52622aa18c670d9ea4337201a2333e9 /ci/test/03_before_install.sh
parentfa31bc35eb8dd7e727e3e1eaf2c45017cd63bdcb (diff)
downloadbitcoin-fa6cbdc3c9ab42b7e55c666e83b4b8d5545bb745.tar.xz
ci: Use ./ci/ on non-travis host
Diffstat (limited to 'ci/test/03_before_install.sh')
-rwxr-xr-xci/test/03_before_install.sh1
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