diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-08-26 09:24:25 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-08-26 09:24:25 +0200 |
commit | 7c0fb2e980af93923f2071e1af087010962e06bd (patch) | |
tree | 622e5a8f57901f9f6dbccec081766c29cffbf08e /smoketest.sh | |
parent | 181cec4348da40331b3e8ab365732c025ec149b2 (diff) | |
download | lcd4linux-7c0fb2e980af93923f2071e1af087010962e06bd.tar.gz |
Import upstream version 0.11.0~svn1158
Diffstat (limited to 'smoketest.sh')
-rwxr-xr-x | smoketest.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |