aboutsummaryrefslogtreecommitdiff
path: root/ci/test/03_before_install.sh
diff options
context:
space:
mode:
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