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.
commit 9ebefb4f78aa248f41e00b71dd5ec79dd0187d99 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 09cd3dd..efc081f 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