]> git.arvados.org - arvados.git/blob - sdk/cli/README.textile
Output a blank line between pipeline status updates. closes #2182
[arvados.git] / sdk / cli / README.textile
1 Before running tests:
2
3 * Set up environment variables: @ARVADOS_API_HOST@,
4   @ARVADOS_API_TOKEN@, @ARVADOS_API_HOST_INSECURE@
5 * Run @bundle install@
6
7 Running tests:
8
9 <pre><code>
10   PYTHONPATH=../python bundle exec rake test
11 </code></pre>