CEPH filesystem development
 help / color / mirror / Atom feed
* Changing code in a subproject ceph-erasure-code-corpus
@ 2016-02-10 11:16 Willem Jan Withagen
  2016-02-10 11:31 ` Loic Dachary
  0 siblings, 1 reply; 6+ messages in thread
From: Willem Jan Withagen @ 2016-02-10 11:16 UTC (permalink / raw)
  To: ceph-devel

Hi,

I have  one-line change in the erasure-code subproject.
but git status reports:
   modified:   ceph-erasure-code-corpus (modified content)

So that change is not going to make it in my pull...
But it is influencing my tests, and I keep fixing it after
every fetch of the tree

It is in
./ceph-erasure-code-corpus/v0.92-988/non-regression.sh:25

and it replaces
	TMP=$(mktemp --directory)
by
	TMP=$(mktemp -d)

So how do get something like this commited?

Thanx,
--WjW



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-11 13:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 11:16 Changing code in a subproject ceph-erasure-code-corpus Willem Jan Withagen
2016-02-10 11:31 ` Loic Dachary
     [not found]   ` <56BB2696.30505@digiware.nl>
2016-02-10 14:01     ` Loic Dachary
2016-02-10 14:09       ` Loic Dachary
2016-02-10 15:03         ` Willem Jan Withagen
2016-02-11 13:07           ` Willem Jan Withagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox