This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push: new 735f332 Move env so I can see the effect of leaving things unspecified 735f332 is described below
commit 735f332d77e5c6b9a83ac0bb734a973ca40eb436 Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 13 15:45:40 2015 +0200
Move env so I can see the effect of leaving things unspecified
Change-Id: Idb8b17dac0ec16acc899496a57b13c76acec8059 --- invoke_session_debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian index 00c3cdc..8486b17 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -7,8 +7,6 @@ error=1
trap "rm -rf ~/*; exit ${error}" EXIT
-env - # Hack for now until lava-test-shell is smart enough to know it's dispatcher ip gateway=$1 abe_branch="$2" @@ -21,6 +19,8 @@ export run_flags="$6" export compiler_flags="$7" echo "Target's Gateway: $gateway"
+env + if ! grep 'invoke_session' /etc/rc.local then sed -i '/bin/a invoke_session &' /etc/rc.local