attempt to make travis happy
parent
35dfd264fd
commit
e7450ed17b
|
|
@ -10,7 +10,8 @@ function _go_pathmunge_wrap() {
|
||||||
local i=${#a[@]}
|
local i=${#a[@]}
|
||||||
while [ $i -gt 0 ] ; do
|
while [ $i -gt 0 ] ; do
|
||||||
i=$(( i - 1 ))
|
i=$(( i - 1 ))
|
||||||
pathmunge "${a[i]}/bin"
|
echo "${a[i]}/bin"
|
||||||
|
# pathmunge "${a[i]}/bin"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,11 +54,10 @@ load ../../lib/composure
|
||||||
@test 'debug travis' {
|
@test 'debug travis' {
|
||||||
export GOROOT='/foo'
|
export GOROOT='/foo'
|
||||||
export GOPATH='/bar'
|
export GOPATH='/bar'
|
||||||
local OLD_PATH=$PATH
|
|
||||||
|
|
||||||
load ../../plugins/available/go.plugin
|
load ../../plugins/available/go.plugin
|
||||||
|
|
||||||
assert_equal $OLD_PATH $PATH
|
assert_line 'dummy'
|
||||||
}
|
}
|
||||||
|
|
||||||
#@test 'plugins go: single entry in GOPATH' {
|
#@test 'plugins go: single entry in GOPATH' {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue