changeset 1470:95f662f66fe4

Add "host" target to more/test.sh in case somebody doesn't want any target loaded.
author Rob Landley <rob@landley.net>
date Tue, 06 Dec 2011 08:25:48 -0600
parents 9a3f7ada5cb1
children 9c2b7ec6b0c7
files more/test.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/more/test.sh	Sat Dec 03 17:51:38 2011 -0600
+++ b/more/test.sh	Tue Dec 06 08:25:48 2011 -0600
@@ -10,6 +10,6 @@
 
 . sources/include.sh || exit 1
 
-NO_CLEANUP=1 load_target "$1"
+[ "$1" != "host" ] && NO_CLEANUP=1 load_target "$1"
 shift
 eval "$@"