Merge pull request #2731 from cgwalters/remove-test-introspection
tests: Stop running test-lib-introspection.sh
This commit is contained in:
commit
05c1e160d3
@ -21,7 +21,6 @@ endif
|
|||||||
GITIGNOREFILES += ssh-config vmcheck-logs/ test-compose-logs/ .cosa/
|
GITIGNOREFILES += ssh-config vmcheck-logs/ test-compose-logs/ .cosa/
|
||||||
|
|
||||||
uninstalled_test_scripts = \
|
uninstalled_test_scripts = \
|
||||||
tests/check/test-lib-introspection.sh \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
uninstalled_test_extra_programs = \
|
uninstalled_test_extra_programs = \
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
|
# NOTE: This is presently disabled by default because
|
||||||
|
# we don't want to drag pygobject3 into our build container
|
||||||
|
# and anyways the shared library should be considered deprecated.
|
||||||
|
#
|
||||||
# Copyright (C) 2014 Colin Walters <walters@verbum.org>
|
# Copyright (C) 2014 Colin Walters <walters@verbum.org>
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
|
Loading…
Reference in New Issue
Block a user