tests: rename 'bugs' to 'regressions'

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
Daniel Kochmański 2015-09-02 10:51:51 +02:00
parent f768ad56e2
commit dc89946ae5
56 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ all: show-fails
.PHONY: do-regressions cleanup clean-sources update
BUGS_FILES := $(shell find ../../src/tests/bugs/ -type f)
BUGS_FILES := $(shell find ../../src/tests/regressions/ -type f)
regressions.log: config.lsp
$(MAKE) do-regressions

View file

@ -45,7 +45,7 @@
(defvar *test-name* (or (ext:getenv "TEST_NAME") "ecl"))
(defvar *output-directory* *here*)
(defvar *regressions-sources* (merge-pathnames "bugs/" *test-sources*))
(defvar *regressions-sources* (merge-pathnames "regressions/" *test-sources*))
(defvar *regressions-sandbox* (merge-pathnames "regressions/" *here*))
(defvar *wild-inferiors* (make-pathname :name :wild
:type :wild