We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd6a10 commit 59ef613Copy full SHA for 59ef613
1 file changed
tests/functional/Makefile
@@ -9,7 +9,8 @@ diffbas:
9
test: prepro bin asm bas
10
11
test_:
12
- ./test_.py
+ pytest . -k 'test_errmsg or test_cmdline'
13
+ # ./test_.py
14
15
prepro:
16
./test.py *.bi
0 commit comments