[pisa-src] r2728 - trunk/tools/testbed/plugins/classes/openwrt/build

  • From: Christoph Viethen <christoph.viethen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 28 Aug 2011 22:50:45 +0200

Author: viethen
Date: Sun Aug 28 22:50:43 2011
New Revision: 2728

Log:
change stdout/stderr redir. while building to be the same for Linksys & Asus

Modified:
   trunk/tools/testbed/plugins/classes/openwrt/build

Modified: trunk/tools/testbed/plugins/classes/openwrt/build
==============================================================================
--- trunk/tools/testbed/plugins/classes/openwrt/build   Sun Aug 28 22:39:11 
2011        (r2727)
+++ trunk/tools/testbed/plugins/classes/openwrt/build   Sun Aug 28 22:50:43 
2011        (r2728)
@@ -22,7 +22,7 @@
 
 replace pre_hook___build__openwrt pre_hook___build__openwrt__asus
 pre_hook___build__openwrt__asus(){
-    (cd $OPENWRT_PATH; make V=99)
+    (cd $OPENWRT_PATH; make V=99 2>&1)
     cp "$OPENWRT_PATH/bin/brcm47xx/openwrt-brcm47xx-squashfs.trx" \
         "$BIN_PATH/openwrt-$TESTBED_NAME.trx"
 }
-- 
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] r2728 - trunk/tools/testbed/plugins/classes/openwrt/build - Christoph Viethen