* [Bismark-commits] rev 324 - trunk/device/OpenWrt_common/scripts
@ 2011-04-15 15:51 bismark
0 siblings, 0 replies; only message in thread
From: bismark @ 2011-04-15 15:51 UTC (permalink / raw)
To: bismark-commits
Author: bismark
Date: 2011-04-15 17:51:13 +0200 (Fri, 15 Apr 2011)
New Revision: 324
Modified:
trunk/device/OpenWrt_common/scripts/bismark-dns
trunk/device/OpenWrt_common/scripts/bismark-netperf-thread
Log:
Modified: trunk/device/OpenWrt_common/scripts/bismark-dns
===================================================================
--- trunk/device/OpenWrt_common/scripts/bismark-dns 2011-04-15 12:20:25 UTC (rev 323)
+++ trunk/device/OpenWrt_common/scripts/bismark-dns 2011-04-15 15:51:13 UTC (rev 324)
@@ -6,7 +6,6 @@
# Load configuration files
. /etc/bismark/bismark.conf
. /usr/lib/bismark/functions.inc.sh
-exit 0
# Get IP and default DNS server
get_ip
Modified: trunk/device/OpenWrt_common/scripts/bismark-netperf-thread
===================================================================
--- trunk/device/OpenWrt_common/scripts/bismark-netperf-thread 2011-04-15 12:20:25 UTC (rev 323)
+++ trunk/device/OpenWrt_common/scripts/bismark-netperf-thread 2011-04-15 15:51:13 UTC (rev 324)
@@ -13,6 +13,7 @@
clean() {
rm $out*
+ rm $err*
}
check() {
nlines=$1
@@ -23,7 +24,7 @@
errors=`awk 'END{print NR}' $err$c`
if [ $nlines -ne $ilines ] || [ $errors -gt 0 ]
then
- echo "Error running netperf"
+ echo "-1000"
clean
exit 1
fi
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-15 15:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-15 15:51 [Bismark-commits] rev 324 - trunk/device/OpenWrt_common/scripts bismark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox