eval/inject improved; testing won t fail on non existing javascript engine
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
;; Compatibility wrapper for the older single-engine test runner name.
|
||||
;; It now delegates to the generic framework/executor layer. When no engine
|
||||
;; is available, the framework generates the JavaScript test file and reports a
|
||||
;; skip/warning unless JSMAKER_REQUIRE_ENGINE or JSMAKER_REQUIRE_NODE is set.
|
||||
;; is available, the framework generates the JavaScript test file and uses an
|
||||
;; explicit non-failing-javascript-stub unless JSMAKER_REQUIRE_ENGINE or
|
||||
;; JSMAKER_REQUIRE_NODE is set.
|
||||
(define (run-jsmaker-node-regression who tests js-path)
|
||||
(run-jsmaker-regression who tests js-path))
|
||||
|
||||
Reference in New Issue
Block a user