From 7c0fb2e980af93923f2071e1af087010962e06bd Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Fri, 26 Aug 2011 09:24:25 +0200 Subject: Import upstream version 0.11.0~svn1158 --- smoketest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'smoketest.sh') diff --git a/smoketest.sh b/smoketest.sh index 274cf78..2d6ffca 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -1,6 +1,6 @@ #! /bin/bash -# $Id: smoketest.sh 1137 2011-01-02 00:39:10Z michael $ +# $Id: smoketest.sh 1151 2011-07-27 04:19:37Z michael $ # $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/smoketest.sh $ @@ -13,7 +13,7 @@ for driver in ASTUSB BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232grap make distclean ./configure --with-drivers=$driver - make -s -j 2 + make -s -j 8 if [ -x lcd4linux ]; then echo "Success: drv_$driver" >>smoketest.log @@ -27,7 +27,7 @@ for plugin in apm asterisk button_exec cpuinfo dbus diskstats dvb exec event fif make distclean ./configure --with-drivers=NULL --with-plugins=$plugin - make -s -j 2 + make -s -j 8 if [ -x lcd4linux ]; then echo "Success: plugin_$plugin" >>smoketest.log -- cgit v1.2.3