mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
XXX disable tap
This commit is contained in:
@@ -18,8 +18,6 @@ import fcntl
|
||||
import os
|
||||
import time
|
||||
|
||||
import taptestrunner
|
||||
|
||||
try:
|
||||
# Do all non-standard imports here so we can skip the tests if any
|
||||
# needed packages are not available.
|
||||
@@ -111,4 +109,4 @@ except ImportError as e:
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main(testRunner=taptestrunner.TAPTestRunner())
|
||||
unittest.main(testRunner=unittest.TextTestRunner(stream=sys.stdout, verbosity=2))
|
||||
|
@@ -18,8 +18,6 @@ import fcntl
|
||||
import os
|
||||
import time
|
||||
|
||||
import taptestrunner
|
||||
|
||||
try:
|
||||
# Do all non-standard imports here so we can skip the tests if any
|
||||
# needed packages are not available.
|
||||
@@ -129,4 +127,4 @@ except ImportError as e:
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main(testRunner=taptestrunner.TAPTestRunner())
|
||||
unittest.main(testRunner=unittest.TextTestRunner(stream=sys.stdout, verbosity=2))
|
||||
|
Reference in New Issue
Block a user