-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests: fix invocation with sys.executable The formatting to substitute sys.executable was not effective because the formatted string was discarded. But even when when the substitution is made, pandoc ignores the shebang line in the file when the file is not executable and invokes it using 'python'. This second issue was hiding the first. We need to fix both to actually execute code using the desired sys.executable. Finally, the first .format() was interfering with the second .format(). * tests: fix indentation * tests: show diff if comparison fails
- Loading branch information
Showing
1 changed file
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters