diff options
| author | Daniel Byron <=> | 2015-07-20 01:41:48 +1000 |
|---|---|---|
| committer | Daniel Byron <=> | 2015-07-20 01:41:48 +1000 |
| commit | b9a2ebc844924e2fd48043c742d23ffe436f8966 (patch) | |
| tree | 852893f72889140a238121031d70da399871c865 | |
| parent | Yet more changes to command line invocation (diff) | |
| download | schemer2-b9a2ebc844924e2fd48043c742d23ffe436f8966.tar.xz schemer2-b9a2ebc844924e2fd48043c742d23ffe436f8966.zip | |
Fixed flags in test script
| -rw-r--r-- | tests/image/Image2Image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/image/Image2Image.sh b/tests/image/Image2Image.sh index 1a04475..4ad717d 100644 --- a/tests/image/Image2Image.sh +++ b/tests/image/Image2Image.sh @@ -6,6 +6,6 @@ then else for i in `seq 1 10`; do - schemer2 -minBright=0 -format img:img -in testinput.png -out testout$i.png -w=$1 -h=$2 + schemer2 -minBright=0 -format img:img -in testinput.png -out testout$i.png -width=$1 -height=$2 done fi |