OSDN Git Service

Fix creation of ffprobe-test.nut on remote targets.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 26 Jan 2015 00:27:38 +0000 (01:27 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 26 Jan 2015 00:27:38 +0000 (01:27 +0100)
commitaf39b8fec46b5557ff8b95921d9ad339c20c92cd
treeecb2850ca038aaa8d1751c1e6e9b5f0a4a6471f4
parentf994000dc5e472bae11b029261294eab32297afc
Fix creation of ffprobe-test.nut on remote targets.

This is not sufficient to run "make fate-ffprobe" on a remote system:
The ffprobe output contains the relative path to the testfile, it is
necessary to run the test from the build directory.
One solution is to use a script like the following as --target-exec:
ssh target "cd /remote/build/directory; $(printf "%q " "$@")"
tests/Makefile