Changeset 1045 for trunk/test/init.sh.in
- Timestamp:
- Mar 27, 2010, 10:29:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/init.sh.in
r1019 r1045 58 58 repo_url="file://$repo" 59 59 60 while test $# -gt 0; do61 case "$1" in62 -v)63 VERBOSE=164 ;;65 esac66 shift67 done68 69 # redirect output unless in verbose mode70 test -z "$VERBOSE" && exec > /dev/null;71 72 60 me=$0 73 61 … … 91 79 echo "=== running $me ===" 92 80 93 # turn on trace in verbose mode 94 if test -n "$VERBOSE"; then 95 set -x; 96 fi 97 81 # turn on trace 82 set -x;
Note: See TracChangeset
for help on using the changeset viewer.