Skip to content

Commit d2df81e

Browse files
committed
add one more example of npm run test-image
1 parent f6ce111 commit d2df81e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/image/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@ For example,
9393
# Run one test (e.g. the 'contour_nolines' test):
9494
$ npm run test-image -- contour_nolines
9595

96-
# Run all gl3d image test in batch:
96+
# Run all gl3d image tests in batch:
9797
$ npm run test-image -- gl3d_*
98+
99+
# Run all image tests that are not gl3d in batch:
100+
npm run test-image -- "\!\(gl3d_\)*"
98101
```
99102

100103
Developers on weak hardware might encounter batch timeout issue. These are most

0 commit comments

Comments
 (0)