chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5c5234d
)
Disable patchlog test for "stg new"
author
Karl Hasselström
<kha@treskal.com>
Tue, 20 May 2008 21:33:24 +0000
(23:33 +0200)
committer
Karl Hasselström
<kha@treskal.com>
Tue, 20 May 2008 21:33:24 +0000
(23:33 +0200)
This will be broken by the "stg new" rewrite, so stop testing it.
Signed-off-by: Karl Hasselström <kha@treskal.com>
t/t1400-patch-history.sh
patch
|
blob
|
blame
|
history
diff --git
a/t/t1400-patch-history.sh
b/t/t1400-patch-history.sh
index 879b1a5a03bceb66d9d97b31f24bcbc5b313de49..a693e75119ab671a186cf205f74aa60bc2a26000 100755
(executable)
--- a/
t/t1400-patch-history.sh
+++ b/
t/t1400-patch-history.sh
@@
-35,9
+35,7
@@
test_expect_success \
test_expect_success \
'Check the "new" and "refresh" logs' \
'
- stg log --full foo | grep -q -e "^new" &&
stg log --full foo | grep -q -e "^refresh" &&
- stg log --full | grep -q -e "^new" &&
stg log --full | grep -q -e "^refresh"
'