MANIFEST.in
author Simon Heimberg <simohe@besonet.ch>
Thu, 13 Feb 2014 08:26:13 +0100
branchstable
changeset 1338 a1bbad0e5e24
parent 238 e4a389eca1b9
permissions -rw-r--r--
run-tests: add possibility for test-runners to report a "warned" test result A test result is recognized as "warned" when the test runner returns the exit code False. (False is similar to 0, which is reporting a command has run sucessfully.) The only difference in display is that the failure message while running writes "Warning:" instead of "ERROR:". The diff output is the same as when the test fails. Runing "run-tests.py -i" asks to accept the changed result also for tests reported as "warned". When running tests, a "warned" test would look like this: .. --- xxxx\tests\test-something.t +++ xxxx\tests\test-something.t.err @@ -1279,7 +1279,7 @@ $ echo anything $ hg commit -S -m whatever committing subrepository s - committing subrepository s/sbs + committing subrepository s/sbs (glob) warning: something happened committing subrepository t $ echo something Warning: xxxx\tests\test-sOMETHING.t output changed ~.s...s...s.. Reporting a test result as "warned" will be used in following patches. [ original upstream message ]
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
191
4c3775e904b6 Add MANIFEST.in
Christian Ebert <blacktrash@gmx.net>
parents:
diff changeset
     1
# $Id$
4c3775e904b6 Add MANIFEST.in
Christian Ebert <blacktrash@gmx.net>
parents:
diff changeset
     2
4c3775e904b6 Add MANIFEST.in
Christian Ebert <blacktrash@gmx.net>
parents:
diff changeset
     3
include tests/test-keyword tests/test-keyword.out
220
943e1e1ea042 Include MANIFEST.in in dist; hgignore MANIFEST
Christian Ebert <blacktrash@gmx.net>
parents: 191
diff changeset
     4
943e1e1ea042 Include MANIFEST.in in dist; hgignore MANIFEST
Christian Ebert <blacktrash@gmx.net>
parents: 191
diff changeset
     5
include MANIFEST.in