File: test176.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 (7 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
# This tests the same thing as test 30 but with the conditions of test 175
# to ensure that subsecond resolution makes a different to the result.
TITLE='Correlate a file without subsecond resolution without interpolation'
PRECOMMAND='cat "$STAGINGDIR/point1-5.jpg" >"$LOGDIR/test.jpg"'
COMMAND='$PROGRAM --no-interpolation -z 0 -g "$STAGINGDIR/track3.gpx" "$LOGDIR/test.jpg" > "$OUTFILE" 2>&1 && exiv2 -pv pr "$LOGDIR/test.jpg" >> "$OUTFILE" 2>&1'
POSTCOMMAND='rm -f "$LOGDIR/test.jpg"'
RESULTCODE=0