Show More
@@ -0,0 +1,14 b'' | |||
|
1 | #require py3exe | |
|
2 | ||
|
3 | This test helps in keeping a track on which commands we can run on | |
|
4 | Python 3 and see what kind of errors are coming up. | |
|
5 | The full traceback is hidden to have a stable output. | |
|
6 | ||
|
7 | $ for cmd in version debuginstall ; do | |
|
8 | > echo $cmd | |
|
9 | > $PYTHON3 `which hg` $cmd 2>&1 2>&1 | tail -1 | |
|
10 | > done | |
|
11 | version | |
|
12 | TypeError: str expected, not bytes | |
|
13 | debuginstall | |
|
14 | TypeError: str expected, not bytes |
General Comments 0
You need to be logged in to leave comments.
Login now