Skip to content

Commit 1aa02e2

Browse files
author
Dane Springmeyer
committed
tweak doc on updating visual tests [skip ci]
1 parent c6c0c59 commit 1aa02e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/contributing.markdown

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ Developers with commit access can update test data like:
1818
git remote set-url origin [email protected]:mapnik/test-data
1919
git commit -a -m "update test data"
2020
git push origin HEAD:master
21-
cd ../../
22-
git commit test/data -m "update test-data submodule"
2321

2422
And the visual test data can up updated like:
2523

2624
cd test/data-visual
2725
git remote set-url origin [email protected]:mapnik/test-data-visual
2826
git add styles/* images/*
2927
git commit -a -m "add more visual tests"
28+
git push origin HEAD:master
3029

3130
After updating the test data you can then do:
3231

@@ -35,7 +34,7 @@ After updating the test data you can then do:
3534
# the submodule should be marked dirty
3635
git status
3736
# now commit the changes to the submodule
38-
git commit -a -m "update visual tests and data"
37+
git commit test/data test/data-visual -m "update visual tests and data"
3938

4039
## Community
4140

0 commit comments

Comments
 (0)