File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,24 +97,24 @@ case $1 in
97
97
find $ROOT /test/image/mocks/gl* -type f -printf " %f\n" ; \
98
98
find $ROOT /test/image/mocks/map* -type f -printf " %f\n" ; \
99
99
} | sed ' s/\.json$//1' | circleci tests split)
100
- python3 test/image/make_baseline.py virtual-webgl $SUITE || EXIT_STATE=$?
100
+ sudo python3 test/image/make_baseline.py virtual-webgl $SUITE || EXIT_STATE=$?
101
101
exit $EXIT_STATE
102
102
;;
103
103
104
104
make-baselines-mathjax3)
105
- python3 test/image/make_baseline.py mathjax3 legend_mathjax_title_and_items mathjax parcats_grid_subplots table_latex_multitrace_scatter table_plain_birds table_wrapped_birds ternary-mathjax ternary-mathjax-title-place-subtitle || EXIT_STATE=$?
105
+ sudo python3 test/image/make_baseline.py mathjax3 legend_mathjax_title_and_items mathjax parcats_grid_subplots table_latex_multitrace_scatter table_plain_birds table_wrapped_birds ternary-mathjax ternary-mathjax-title-place-subtitle || EXIT_STATE=$?
106
106
exit $EXIT_STATE
107
107
;;
108
108
109
109
make-baselines-b64)
110
110
SUITE=$( find $ROOT /test/image/mocks/ -type f -printf " %f\n" | sed ' s/\.json$//1' | circleci tests split)
111
- python3 test/image/make_baseline.py b64 $SUITE || EXIT_STATE=$?
111
+ sudo python3 test/image/make_baseline.py b64 $SUITE || EXIT_STATE=$?
112
112
exit $EXIT_STATE
113
113
;;
114
114
115
115
make-baselines)
116
116
SUITE=$( find $ROOT /test/image/mocks/ -type f -printf " %f\n" | sed ' s/\.json$//1' | circleci tests split)
117
- python3 test/image/make_baseline.py $SUITE || EXIT_STATE=$?
117
+ sudo python3 test/image/make_baseline.py $SUITE || EXIT_STATE=$?
118
118
exit $EXIT_STATE
119
119
;;
120
120
You can’t perform that action at this time.
0 commit comments