aboutsummaryrefslogtreecommitdiffstats
path: root/smoketest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest.sh')
-rwxr-xr-xsmoketest.sh6
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