You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/emacs-bazel-mode/files/emacs-bazel-mode-bazel-test...

12 lines
347 B

--- a/test.el
+++ b/test.el
@@ -47,7 +47,7 @@
(defconst bazel-test--directory
;; https://docs.bazel.build/versions/2.2.0/test-encyclopedia.html#initial-conditions.
- (substitute-in-file-name "$TEST_SRCDIR/$TEST_WORKSPACE/")
+ (substitute-in-file-name "$PWD/")
"Directory with data dependencies for this package.")
;;;; Helper macros