All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willem Jan Withagen <wjw@digiware.nl>
To: Loic Dachary <loic@dachary.org>,
	Ceph Development <ceph-devel@vger.kernel.org>
Subject: Re: Virtualenv tests still nort running...
Date: Wed, 30 Mar 2016 11:25:52 +0200	[thread overview]
Message-ID: <56FB9BA0.2060901@digiware.nl> (raw)
In-Reply-To: <56FA9B5C.5060307@digiware.nl>

On 29-3-2016 17:12, Willem Jan Withagen wrote:
> On 29-3-2016 14:28, Loic Dachary wrote:
>> Hi Willem,
>>
>> This has undergone various fixes all of them wrong in a context or
>> another. The last of them is (hopefully ;-)
>> https://github.com/ceph/ceph/pull/8320
> 
> Hi Loic,
> 
> I watched the discussion carefully, and was under the assemption that
> everything was already merged. But I'll take your pull and see what happens.

Hi Loic,

I saw that #8320 was merged and rebased. So running/compiling to see
what brings.

There might be one change that you'd care to take along in this as well,
which I have to keep my tests running ATM.
Otherwise I'll just keep it in my patchset to the time to come.

--WjW

: ${CEPH_DETECT_INIT_VIRTUALENV:=ceph-detect-init-virtualenv}

case `uname` in
 FreeBSD)
    echo FreeBSD init system has not been integrated.
    exit 0
    ;;
 *)
    # run from the ceph-detect-init directory or from its parent
    test -d ceph-detect-init && cd ceph-detect-init
    source ${CEPH_DETECT_INIT_VIRTUALENV}/bin/activate
    tox > ${CEPH_DETECT_INIT_VIRTUALENV}/tox.out 2>&1
    status=$?
    grep -v InterpreterNotFound < ${CEPH_DETECT_INIT_VIRTUALENV}/tox.out
    exit $status
    ;;
esac


  reply	other threads:[~2016-03-30  9:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29 11:31 Virtualenv tests still nort running Willem Jan Withagen
2016-03-29 12:28 ` Loic Dachary
2016-03-29 15:12   ` Willem Jan Withagen
2016-03-30  9:25     ` Willem Jan Withagen [this message]
2016-03-30 10:10       ` Loic Dachary
2016-03-30 20:39         ` Willem Jan Withagen
2016-03-31  9:31           ` Loic Dachary
2016-03-31 10:04             ` Willem Jan Withagen
2016-03-31 10:14               ` Loic Dachary
     [not found]                 ` <56FCFD69.10307@digiware.nl>
2016-03-31 11:14                   ` Loic Dachary
2016-03-31 11:47                     ` Willem Jan Withagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56FB9BA0.2060901@digiware.nl \
    --to=wjw@digiware.nl \
    --cc=ceph-devel@vger.kernel.org \
    --cc=loic@dachary.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.