summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-24 04:43:20 +0100
committerSven Gothel <[email protected]>2012-02-24 04:43:20 +0100
commitdf7422e01a506d4b62562fac64ce1e4d1bf82cd8 (patch)
treef556438f11970b9176ccb30349133778d1a02b6e /make/build-test.xml
parenta17170a3ec4ed338d902eaaa3b17e9dbb69b6374 (diff)
fix targetcommand.sh name on target
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml8
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>