aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Byron <=>2015-07-20 01:41:48 +1000
committerDaniel Byron <=>2015-07-20 01:41:48 +1000
commitb9a2ebc844924e2fd48043c742d23ffe436f8966 (patch)
tree852893f72889140a238121031d70da399871c865
parentYet more changes to command line invocation (diff)
downloadschemer2-b9a2ebc844924e2fd48043c742d23ffe436f8966.tar.xz
schemer2-b9a2ebc844924e2fd48043c742d23ffe436f8966.zip
Fixed flags in test script
-rw-r--r--tests/image/Image2Image.sh2
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