[pisa-src] r2711 - trunk/tools/testbed/plugins/actions/help/help

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 09 Aug 2011 16:12:50 +0200

Author: richter
Date: Tue Aug  9 16:12:49 2011
New Revision: 2711

Log:
testbed interface: change verbosity of help action to 4

Modified:
   trunk/tools/testbed/plugins/actions/help/help

Modified: trunk/tools/testbed/plugins/actions/help/help
==============================================================================
--- trunk/tools/testbed/plugins/actions/help/help       Sat Jul 23 04:01:55 
2011        (r2710)
+++ trunk/tools/testbed/plugins/actions/help/help       Tue Aug  9 16:12:49 
2011        (r2711)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERBOSITY=2
+VERBOSITY=4
 
 run_function(){
     [ "$1" = "pre_hook___help" ] && $* || true
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2711 - trunk/tools/testbed/plugins/actions/help/help - Samuel Richter