Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vimagit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jreybert
vimagit
Commits
ee374116
Commit
ee374116
authored
9 years ago
by
Jerome Reybert
Browse files
Options
Downloads
Patches
Plain Diff
test/run.sh: some updates for integration
parent
65c2e6ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
test/run.sh
+5
-3
5 additions, 3 deletions
test/run.sh
with
6 additions
and
4 deletions
.travis.yml
+
1
−
1
View file @
ee374116
...
...
@@ -62,7 +62,7 @@ install:
before_script
:
-
git clone https://github.com/jreybert/djooks
-
git clone https://github.com/j
reybert
/vader.vim
-
git clone https://github.com/j
unegunn
/vader.vim
script
:
-
./test/run.sh . vader.vim djooks $VIM_VERSION
...
...
This diff is collapsed.
Click to expand it.
test/run.sh
+
5
−
3
View file @
ee374116
...
...
@@ -26,7 +26,7 @@ fi
pushd
$TEST_PATH
git config
--local
user.email
'tester@vimagit.org'
git config
--local
user.name
'vimagit tester'
export
TEST_HEAD_SHA1
=
'
bb86d5f
'
export
TEST_HEAD_SHA1
=
'
origin/vimagit_test-1.4
'
git submodule update
git show
$TEST_HEAD_SHA1
--stat
git reset
$TEST_HEAD_SHA1
~1
&&
git status
--porcelain
&&
git reset
--hard
$TEST_HEAD_SHA1
...
...
@@ -40,6 +40,9 @@ else
VIM
=
vim
fi
echo
'Git version'
git
--version
echo
'Vim version'
$VIM
--version
...
...
@@ -75,8 +78,7 @@ for script in ${!test_scripts[@]}; do
set rtp+=
$VADER_PATH
filetype plugin indent on
syntax enable
let g:vader_show_version=0
EOF) -c "Vader!
$VIMAGIT_PATH
/test/
$script
"
EOF) -c "Vader!
$VIMAGIT_PATH
/test/
$script
2> >(sed -n '/^Starting Vader/,
$p
')"
done
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment