From 9da0f637db9efa6db39de01f15a71d2275c650cb Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Sat, 10 Oct 2015 03:07:44 -0400 Subject: [PATCH] Fix test-xach-update-bug on ecl_bytecodes --- test/test-xach-update-bug.script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test-xach-update-bug.script b/test/test-xach-update-bug.script index 9f3d152ad..d910a1850 100644 --- a/test/test-xach-update-bug.script +++ b/test/test-xach-update-bug.script @@ -1,12 +1,13 @@ ;;; -*- Lisp -*- (setf asdf/cache:*asdf-cache* nil) ;; disable cache between those two very different compilations. +#-(and ecl ecl-bytecmp) (setf asdf::*load-system-operation* 'load-bundle-op) ;; This triggers a bug on ECL no more! (defparameter foo :test-asdf-location-change) (with-expected-failure (#+ecl (not (asdf:version-satisfies (lisp-implementation-version) "16")) - #-ecl nil) + #-ecl nil) (DBG "load foo. Should load from xach-foo-1/") (setf *central-registry* (list (subpathname *test-directory* "xach-foo-1/"))) (defparameter foo1 (find-system foo)) -- GitLab