diff options
author | Sven Gothel <[email protected]> | 2012-02-24 04:43:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-24 04:43:20 +0100 |
commit | df7422e01a506d4b62562fac64ce1e4d1bf82cd8 (patch) | |
tree | f556438f11970b9176ccb30349133778d1a02b6e /make | |
parent | a17170a3ec4ed338d902eaaa3b17e9dbb69b6374 (diff) |
fix targetcommand.sh name on target
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 56531df..c7ec488 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -268,8 +268,8 @@ ${line.separator} <exec dir="." executable="sh" logError="true" failonerror="true" failifexecutionfails="true"> <arg line='-x -c " chmod 0755 ${build_t}/targetcommand.sh ; - scp ${build_t}/targetcommand.sh ${env.TARGET_UID}@${env.TARGET_IP}:${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; - ssh -x ${env.TARGET_UID}@${env.TARGET_IP} ${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; + scp ${build_t}/targetcommand.sh ${env.TARGET_UID}@${env.TARGET_IP}:${env.TARGET_ROOT}/gluegen-targetcommand.sh ; + ssh -x ${env.TARGET_UID}@${env.TARGET_IP} ${env.TARGET_ROOT}/gluegen-targetcommand.sh ; scp -pr ${env.TARGET_UID}@${env.TARGET_IP}:${env.TARGET_ROOT}/gluegen/make/${results}/* ${results}/ "'/> </exec> </target> @@ -330,8 +330,8 @@ ${line.separator} <exec dir="." executable="sh" logError="true" failonerror="true" failifexecutionfails="true"> <arg line='-x -c " chmod 0755 ${build_t}/targetcommand.sh ; - adb push ${build_t}/targetcommand.sh ${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; - adb shell ${env.TARGET_ROOT}/gluegen/make/targetcommand.sh ; + adb push ${build_t}/targetcommand.sh ${env.TARGET_ROOT}/gluegen-targetcommand.sh ; + adb shell ${env.TARGET_ROOT}/gluegen-targetcommand.sh ; adb pull ${env.TARGET_ROOT}/gluegen/make/${results}/ ${results}/ "'/> </exec> </target> |