[ 
https://issues.apache.org/jira/browse/MYNEWT-361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433960#comment-15433960
 ] 

ASF GitHub Bot commented on MYNEWT-361:
---------------------------------------

GitHub user ccollins476ad opened a pull request:

    https://github.com/apache/incubator-mynewt-site/pull/111

    MYNEWT-361 Update docker script for copy+paste

    Details of the problem are in
    https://issues.apache.org/jira/browse/MYNEWT-361
    
    This change is applicable to all branches, not just develop.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ccollins476ad/incubator-mynewt-site 
docker-copy-paste

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-mynewt-site/pull/111.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #111
    
----
commit ded9f40e7bb9ebd31880fe0952f8714653add056
Author: Christopher Collins <[email protected]>
Date:   2016-08-24T00:39:43Z

    MYNEWT-361 Update docker script for copy+paste
    
    Details of the problem are in
    https://issues.apache.org/jira/browse/MYNEWT-361

----


> Consecutive commands not run in terminal
> ----------------------------------------
>
>                 Key: MYNEWT-361
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-361
>             Project: Mynewt
>          Issue Type: Bug
>          Components: Newt
>    Affects Versions: v0_9_0
>         Environment: Ubuntu 14.10 using the Docker version of newt
>            Reporter: Tim
>            Assignee: Christopher Collins
>            Priority: Minor
>             Fix For: v1_0_0_beta1
>
>
> Basically, paste a few newt commands into a terminal, like this:
> newt target create nrf52_boot
> newt target set nrf52_boot app=@apache-mynewt-core/apps/boot
> newt target set nrf52_boot bsp=@apache-mynewt-core/hw/bsp/nrf52dk
> newt target set nrf52_boot build_profile=optimized
> My expected behaviour is that each one executes after the previous one has 
> finished. What actually happens is that  only the first commands execute. The 
> others don't do anything (not even an error).
> You can actually see this easier like this:
>     newt target show
>     newt target show
> vs
>     newt target show && newt target show
> If I paste this it works as expected, so I'm not sure what newt does 
> differently (does it fork and run in the background or something weird?)
>     sleep 1
>     ls



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to