aboutsummaryrefslogtreecommitdiffstats
path: root/test_usage.sh
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-11-24 08:11:08 -0500
committerW. Trevor King <wking@drexel.edu>2008-11-24 08:11:08 -0500
commit116c356bdb9b8e6d32af2419dda1d423b238efe1 (patch)
tree9b016193f269b4d6090684c3f24bad6189df79cc /test_usage.sh
parent5fd5bc89a2ec270d3e0b01f583012eaaf7750693 (diff)
downloadbugseverywhere-116c356bdb9b8e6d32af2419dda1d423b238efe1.tar.gz
Removed auto-wrapping from comment.Comment.string().
It makes tracebacks almost illegible. I doubt markup/markdown systax or auto-formatting is really useful, since bugs-reports are ususally a short comment and a traceback. I also closed a4d38ba7-ec28-4096-a4f3-eb8c9790ffb2 and 7bfc591e-584a-476e-8e11-b548f1afcaa6, which have probably been fixed for a long time...
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-xtest_usage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_usage.sh b/test_usage.sh
index 11be0d5..43b5d4d 100755
--- a/test_usage.sh
+++ b/test_usage.sh
@@ -89,7 +89,7 @@ then # set a default ID
fi
echo "I am '$ID'"
-be set-root .
+be set-root
OUT=`be new 'having too much fun'`
echo "$OUT"
BUG=`echo "$OUT" | sed -n 's/Created bug with ID //p'`