Remove useless test and fix message output
authorDavid Goulet <dgoulet@efficios.com>
Mon, 16 Apr 2012 15:19:15 +0000 (11:19 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 16 Apr 2012 15:19:15 +0000 (11:19 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/run-report.py
tests/test_list.py

index 0b67027de4d761aa8d0a74dc78658be6c9c5ec1e..af8ad16d38ed40e764556bc75f83772cd706e4bf 100755 (executable)
@@ -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
index 069429dfb7db1a502af7638528d441a5f8d0538a..818f660a4608cfc35328dab35a9a88e177d9ba06 100644 (file)
@@ -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",
This page took 0.026409 seconds and 4 git commands to generate.