File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,14 @@ Developers with commit access can update test data like:
18
18
git remote set-url origin [email protected] :mapnik/test-data
19
19
git commit -a -m "update test data"
20
20
git push origin HEAD:master
21
- cd ../../
22
- git commit test/data -m "update test-data submodule"
23
21
24
22
And the visual test data can up updated like:
25
23
26
24
cd test/data-visual
27
25
git remote set-url origin [email protected] :mapnik/test-data-visual
28
26
git add styles/* images/*
29
27
git commit -a -m "add more visual tests"
28
+ git push origin HEAD:master
30
29
31
30
After updating the test data you can then do:
32
31
@@ -35,7 +34,7 @@ After updating the test data you can then do:
35
34
# the submodule should be marked dirty
36
35
git status
37
36
# 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"
39
38
40
39
## Community
41
40
You can’t perform that action at this time.
0 commit comments