diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-27 11:49:19 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-27 11:49:23 -0400 |
commit | 461b76cd42a15ff1738af85dadd6c98082eab6ac (patch) | |
tree | a483d5c8502d589f32a22855aeb1fe06935b0ebb /test_usage.sh | |
parent | 29d5f3b11cad51fa4b4ffa20cdfc0681d11a0d23 (diff) | |
download | bugseverywhere-461b76cd42a15ff1738af85dadd6c98082eab6ac.tar.gz |
test_usage.sh: update import-xml --comment-root -> --root
This catches the tests up with:
commit 4db1a045a0606bead191a563abc54dfa8352efe0
Author: W. Trevor King <wking@tremily.us>
Date: Wed Aug 29 23:26:17 2012 -0400
Rewrite commands to use bugdirs instead of a single bugdir.
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-x | test_usage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_usage.sh b/test_usage.sh index 9b7dafe..df45f55 100755 --- a/test_usage.sh +++ b/test_usage.sh @@ -135,7 +135,7 @@ be --no-pager show $BUG # show bug details & comments OUT=`be new 'yet more fun'` BUGC=`echo "$OUT" | sed -n 's/Created bug with ID //p'` be comment $BUGC "The ants go marching..." -be show --xml $BUGC/ | be import-xml --add-only --comment-root $BUG - +be show --xml $BUGC/ | be import-xml --add-only --root $BUG - be remove $BUG # decide that you don't like that bug after all be commit "You can even commit using BE" be commit --allow-empty "And you can add empty commits if you like" |