Skip to content

Commit dfe81e6

Browse files
committed
Add setting for where to save files which fail urltest diffs.
- Legacy-Id: 6448
1 parent b951a18 commit dfe81e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@
232232
# Fixtures which will be loaded before testing starts
233233
GLOBAL_TEST_FIXTURES = [ 'names','groups','persons', 'roles']
234234

235+
TEST_DIFF_FAILURE_DIR = "/tmp/test/failure/"
236+
235237
# WG Chair configuration
236238
MAX_WG_DELEGATES = 3
237239

0 commit comments

Comments
 (0)