Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
pintos-public
Commits
1f4a82d3
Commit
1f4a82d3
authored
Mar 28, 2021
by
Flavius Gruian
Browse files
Update Makefile, fixed strange encoding error when calling python3 script.
parent
2dea50a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/Makefile
View file @
1f4a82d3
...
...
@@ -16,4 +16,4 @@ clean:
rm
-r
test-dir-
*
test
:
main
python3 ./shell-test.py ./
$(OUT)
PYTHONIOENCODING
=
utf8
python3 ./shell-test.py ./
$(OUT)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment