mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +02:00
XXX disable tap
This commit is contained in:
@@ -18,8 +18,6 @@ import fcntl
|
|||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import taptestrunner
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Do all non-standard imports here so we can skip the tests if any
|
# Do all non-standard imports here so we can skip the tests if any
|
||||||
# needed packages are not available.
|
# needed packages are not available.
|
||||||
@@ -111,4 +109,4 @@ except ImportError as e:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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 os
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import taptestrunner
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Do all non-standard imports here so we can skip the tests if any
|
# Do all non-standard imports here so we can skip the tests if any
|
||||||
# needed packages are not available.
|
# needed packages are not available.
|
||||||
@@ -129,4 +127,4 @@ except ImportError as e:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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