~ubuntu-branches/ubuntu/vivid/rtfilter/vivid

« back to all changes in this revision

Viewing changes to tests/test-float.sh

  • Committer: Package Import Robot
  • Author(s): Nicolas Bourdaud
  • Date: 2011-12-01 12:09:30 UTC
  • Revision ID: package-import@ubuntu.com-20111201120930-lmia8ytlwmif9yta
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
LOGFILE=testf.log
 
4
 
 
5
if {
 
6
     cmpwmatlab* -d 0 -p 0 -c 16 \
 
7
  && cmpwmatlab* -d 0 -p 0 -c 15
 
8
} > $LOGFILE
 
9
then
 
10
        rm $LOGFILE
 
11
        exit 0
 
12
else
 
13
        exit 1
 
14
fi