From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:35
Let's show the output so it's clear why it failed.
Signed-off-by: Felipe Contreras <redacted>
---
t/t3400-rebase.sh | 1 +
1 file changed, 1 insertion(+)
@@ -185,6 +185,7 @@ test_expect_success 'default to @{upstream} when upstream arg is missing' ' test_expect_success'rebase -q is quiet''gitcheckout-bquiettopic&&gitrebase-qmaster>output.out2>&1&&+catoutput.out&&test!-soutput.out'
On Sat, Jun 8, 2013 at 3:32 AM, Felipe Contreras
[off-list ref] wrote:
Let's show the output so it's clear why it failed.
I think you can always look into trash-directory.t3400 and figure why.
But if you show this, I think you should use test_cmp to make it clear
what is not wanted. Something like
: >expected &&
test_cmp expected output.out
@@ -185,6 +185,7 @@ test_expect_success 'default to @{upstream} when upstream arg is missing' ' test_expect_success'rebase -q is quiet''gitcheckout-bquiettopic&&gitrebase-qmaster>output.out2>&1&&+catoutput.out&&test!-soutput.out'--
1.8.3.698.g079b096
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:36
On Fri, Jun 7, 2013 at 9:44 PM, Duy Nguyen [off-list ref] wrote:
On Sat, Jun 8, 2013 at 3:32 AM, Felipe Contreras
[off-list ref] wrote:
quoted
Let's show the output so it's clear why it failed.
I think you can always look into trash-directory.t3400 and figure why.
But if you show this, I think you should use test_cmp to make it clear
what is not wanted. Something like
: >expected &&
test_cmp expected output.out
Feel free to send that patch. I'm done with this one.
--
Felipe Contreras