changeset 1464:58bd855892c3

Fix smoketest to look for static-tools output in the new place.
author Rob Landley <rob@landley.net>
date Mon, 24 Oct 2011 22:59:30 -0500
parents b499073fe1b2
children 278080894fa6
files more/smoketest-report.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/more/smoketest-report.sh	Mon Oct 24 22:57:58 2011 -0500
+++ b/more/smoketest-report.sh	Mon Oct 24 22:59:30 2011 -0500
@@ -16,7 +16,7 @@
   grep -q 'Hello world!' build/logs/smoketest-$i.txt 2>/dev/null &&
     echo -n "PASS," || echo -n "FAIL,"
 
-  [ -e "build/native-static/dropbearmulti-$i" ] &&
+  [ -e "build/dropbearmulti-$i" ] &&
     echo -n "PASS," || echo -n "FAIL,"
 
   echo $(