diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-22 23:07:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 08:07:22 +0200 |
commit | e4a3feeb92940a9b3c4ce88fc808a0cdff2e4e9c (patch) | |
tree | f6c8a7b504b77be3a9682c8a7029cf0b33128118 /drnim | |
parent | 56859fe8516cd3e8191f9162c6409aeed8493941 (diff) | |
download | Nim-e4a3feeb92940a9b3c4ce88fc808a0cdff2e4e9c.tar.gz |
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Diffstat (limited to 'drnim')
-rw-r--r-- | drnim/tests/config.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drnim/tests/config.nims b/drnim/tests/config.nims index a6b0e7d88..346b0b4e6 100644 --- a/drnim/tests/config.nims +++ b/drnim/tests/config.nims @@ -3,7 +3,7 @@ switch("path", "$nim/testament/lib") # so we can `import stdtest/foo` in this di ## prevent common user config settings to interfere with testament expectations ## Indifidual tests can override this if needed to test for these options. switch("colors", "off") -switch("listFullPaths", "off") +switch("filenames", "canonical") switch("excessiveStackTrace", "off") # we only want to check the marked parts in the tests: |