File: test197.param

package info (click to toggle)
gpscorrelate 2.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,996 kB
  • sloc: ansic: 3,074; cpp: 499; makefile: 481; sh: 129
file content (11 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
TITLE='Correlate with a GPX file with time going backward with interpolation'
PRECOMMAND='cat "$STAGINGDIR/point1-1.jpg" >"$LOGDIR/test.jpg"'
COMMAND='$PROGRAM --no-interpolation --photooffset 9 -z 0 -g "$STAGINGDIR/timeback.gpx" "$LOGDIR/test.jpg" > "$OUTFILE" 2>&1 && exiv2 -pv pr "$LOGDIR/test.jpg" >> "$OUTFILE" 2>&1'
POSTCOMMAND='rm -f "$LOGDIR/test.jpg"'
RESULTCODE=2
# Mixing output on stdout and stderr results in different output on Windows
# compared to POSIX platforms. Massage the output to allow meaningful
# and practical comparisons on all platforms by Deleting the "Reading..." line
# and moving the "Warning:" line to the end.
# Unfortunately, BSD sed doesn't support grouping commands with {}.
SEDCOMMAND='s/^Reading.*\.\.\.//;$G;s/\n//;$q;/Warning:/H;/Warning:/d'