diff --git a/t/selenium/testrun.py b/t/selenium/testrun.py index cbea399f..29e421e3 100644 --- a/t/selenium/testrun.py +++ b/t/selenium/testrun.py @@ -567,16 +567,19 @@ class testrun(unittest.TestCase): if __name__ == '__main__': + print('----------------------------------------------------------------------') print('Preparing Domain, Customer and Subscriber for NGCP CSC tests ...') try: preparation() except Exception as e: print('Preperation failed! See log below for more details') - print('--------------------------------------------------------------') + print('----------------------------------------------------------------------') traceback.print_exc() - print('--------------------------------------------------------------') + print('----------------------------------------------------------------------') quit(1) print('Preperation successful, running tests now ...') + print('----------------------------------------------------------------------') + nose2.main(exit=False) try: cleanup() diff --git a/t/selenium/testrunner b/t/selenium/testrunner index e7ae54af..a337d164 100755 --- a/t/selenium/testrunner +++ b/t/selenium/testrunner @@ -38,6 +38,7 @@ else vncserver -localhost no -geometry 1280x1024 :99 fi +echo "################################################################################" echo "Firefox version:" firefox --version