Don't include directory when using default suffixes
This commit is contained in:
parent
02de19eb6f
commit
091db74ab6
|
@ -565,7 +565,7 @@
|
||||||
(directory-list p)
|
(directory-list p)
|
||||||
#:sema continue-sema)))]
|
#:sema continue-sema)))]
|
||||||
[(and (or (not check-suffix?)
|
[(and (or (not check-suffix?)
|
||||||
(regexp-match? rx:default-suffixes p)
|
(regexp-match? rx:default-suffixes (file-name-from-path p))
|
||||||
(get-cmdline p #f #:check-info? #t)
|
(get-cmdline p #f #:check-info? #t)
|
||||||
(include-path? p #:check-info? #t))
|
(include-path? p #:check-info? #t))
|
||||||
(or (not check-suffix?)
|
(or (not check-suffix?)
|
||||||
|
|
2
compiler-test/tests/compiler/test/d/.ignored.rkt
Normal file
2
compiler-test/tests/compiler/test/d/.ignored.rkt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#lang racket/base
|
||||||
|
(error 'ignored "I shouldn't run!")
|
Loading…
Reference in New Issue
Block a user