]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "tools.test: run tests with auto-use? turned off"
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Jan 2022 17:23:35 +0000 (09:23 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Jan 2022 17:23:35 +0000 (09:23 -0800)
This reverts commit 841a2d4aeb1cea20f7ea12d2c8364220ba9f06bc.

basis/tools/test/test.factor

index 73f9fbe92085b452364534ec6b7436bbd412dc47..4f3f2ca8a845fa077d39a007e976a3dbd7a68210 100644 (file)
@@ -155,7 +155,7 @@ PRIVATE>
 : run-test-file ( path -- )
     dup current-test-file [
         test-failures get current-test-file get +test-failure+ delete-file-errors
-        '[ f auto-use? [ _ run-file ] with-variable ] [
+        '[ _ run-file ] [
             restartable-tests? get
             [ dup compute-restarts empty? not ] [ f ] if
             [ rethrow ] [ notify-test-file-failed ] if