diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-07 17:16:54 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-07 17:23:12 +0100 |
commit | 0c058f256a195b92f124be10109c95d1fbe93ad8 (patch) | |
tree | 259ec36671b5b5b46e9bd7f4f5eb308ea65e93ff /support/doc | |
parent | 2c7d736bd3089503117edb101d5a7d0f8fa3ee7e (diff) | |
download | PeerTube-0c058f256a195b92f124be10109c95d1fbe93ad8.tar.gz PeerTube-0c058f256a195b92f124be10109c95d1fbe93ad8.tar.zst PeerTube-0c058f256a195b92f124be10109c95d1fbe93ad8.zip |
Remove exif tags when processing images
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/development/tests.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/support/doc/development/tests.md b/support/doc/development/tests.md index 02fc41147..47602156c 100644 --- a/support/doc/development/tests.md +++ b/support/doc/development/tests.md | |||
@@ -31,6 +31,12 @@ $ sudo docker run -p 9444:9000 chocobozzz/s3-ninja | |||
31 | $ sudo docker run -p 10389:10389 chocobozzz/docker-test-openldap | 31 | $ sudo docker run -p 10389:10389 chocobozzz/docker-test-openldap |
32 | ``` | 32 | ``` |
33 | 33 | ||
34 | Ensure you also have these commands: | ||
35 | |||
36 | ``` | ||
37 | $ exiftool --help | ||
38 | ``` | ||
39 | |||
34 | ### Test | 40 | ### Test |
35 | 41 | ||
36 | To run all test suites: | 42 | To run all test suites: |
@@ -39,7 +45,7 @@ To run all test suites: | |||
39 | $ npm run test # See scripts/test.sh to run a particular suite | 45 | $ npm run test # See scripts/test.sh to run a particular suite |
40 | ``` | 46 | ``` |
41 | 47 | ||
42 | Most of tests can be runned using: | 48 | Most of tests can be run using: |
43 | 49 | ||
44 | ```bash | 50 | ```bash |
45 | TS_NODE_TRANSPILE_ONLY=true npm run mocha -- --timeout 30000 --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/videos/video-transcoder.ts | 51 | TS_NODE_TRANSPILE_ONLY=true npm run mocha -- --timeout 30000 --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/videos/video-transcoder.ts |