components/python/zope-interface/runtests.sh
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Wed, 11 Jan 2017 22:42:51 -0800
changeset 7567 1ac26224c2cb
parent 7233 b36e8c8d93ff
permissions -rw-r--r--
25108326 Switching from GNOME 3 to console and back kills keyboard input in GNOME3 25104110 after vt-switching back to gdm, ctrl-c in a gnome-terminal crashes the session

#! /bin/sh

for test in \
    test_adapter \
    test_advice \
    test_declarations \
    test_document \
    test_element \
    test_exceptions \
    test_odd_declarations \
    test_registry \
    test_ro \
    test_sorting \
    test_verify \
    ; do
	${PYTHON} src/zope/interface/tests/${test}.py
done