File: test.sh

package info (click to toggle)
otp 1%3A1.2.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 192 kB
  • sloc: ansic: 716; makefile: 59; sh: 10
file content (11 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
./otp -rTEST -n4 -mt1.md5 >test.out
./otp -rTEST -n3 -c12 -mt2.md5 >>test.out
./otp -rTEST -n3 -e12 -mt3.md5 >>test.out
./otp -rTEST -n4 -S5 -e -c -mt4.md5 >>test.out
./otp -rTEST -n7 -d4 -mt5.md5 >>test.out
cat t1.md5 >>test.out
cat t2.md5 >>test.out
cat t3.md5 >>test.out
cat t4.md5 >>test.out
cat t5.md5 >>test.out