yanne / api-test

0 stars 0 forks source link

Backgrounding (via &) keeps command open and does not proceed to next step #37

Closed yanne closed 10 years ago

yanne commented 10 years ago

None

This issue was originally opened at Google Code on Oct 4, 2011.

yanne commented 10 years ago

Original comment by janne.t....@gmail.com on Oct 4, 2011.

start command keyword does not block, it returns immediately.

However, it sounds that you need to run multiple commands in the same session, which means that using keywords Write and read xxx might be more suitable solution.

yanne commented 10 years ago

Original comment by mr.kevin...@gmail.com on Oct 6, 2011.

thanks a lot for your suggestion. hmmm i'll give write and read a try and post my results.

yanne commented 10 years ago

Original comment by mr.kevin...@gmail.com on Oct 6, 2011.

but just to go back on blocking of the keyword. my other scripts do the same command but I kill the process in the script. but since i'm dealing with two different devices, i had to keep it open to monitor the file. but I will def try write and read.

yanne commented 10 years ago

Original comment by mr.kevin...@gmail.com on Oct 6, 2011.

this is quite embarrassing! Thanks a lot for pointing and specifying start command. I kept using execute command.

Start does indeed run straight through :) . will close this as not an issue. my deepest apologies

yanne commented 10 years ago

Original comment by pekka.klarck on Oct 6, 2011.

Closing the issue. Good that you got the problem solved!