From: David Goulet Date: Mon, 16 Apr 2012 15:19:15 +0000 (-0400) Subject: Remove useless test and fix message output X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=e8913bd86153e8d8d8e21e6541fdb5d637940266 Remove useless test and fix message output Signed-off-by: David Goulet --- diff --git a/tests/run-report.py b/tests/run-report.py index 0b67027de..af8ad16d3 100755 --- a/tests/run-report.py +++ b/tests/run-report.py @@ -288,7 +288,7 @@ def run_test(test): return 0 if not os.path.isfile(test['bin']): - print "Unable to find test file '%s'. Skipping" + print "Unable to find test file '%s'. Skipping" % (test['bin']) return 0 # No session daemon needed diff --git a/tests/test_list.py b/tests/test_list.py index 069429dfb..818f660a4 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -41,12 +41,6 @@ Tests = \ 'success': 0, 'enabled': True }, { - 'bin': "ust/nevents/run", 'daemon': True, 'kern': False, - 'name': "UST tracer - Generate multiple events", - 'desc': "Test multiple events during tracing", - 'success': 0, 'enabled': True - }, - { 'bin': "ust/high-throughput/run", 'daemon': True, 'kern': False, 'name': "UST tracer - Testing high events throughput", 'desc': "Test multiple large number of events with concurrent application",