X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-chaoskey;h=f64b1f846b1edb1a5a715799ef66ebde988a7c40;hb=master;hp=266848754700fdb24a9dad96bb3a9228c68298d7;hpb=b866b3ca249dce61f8ff16c8d28514d1b80386d7;p=fw%2Faltos diff --git a/ao-bringup/test-chaoskey b/ao-bringup/test-chaoskey index 26684875..3d510971 100755 --- a/ao-bringup/test-chaoskey +++ b/ao-bringup/test-chaoskey @@ -37,7 +37,7 @@ tests="0:100 1:100 2:100 3:100 12:10 13:100 15:10000 16:250 202:1000 203:100 204 PASS=0 FAIL=0 WEAK=0 -../ao-tools/ao-chaosread/ao-chaosread $serial --infinite --bytes | for test in $tests done; do +chaosread $serial --infinite --bytes | for test in $tests done; do case $test in *:*:*) dnum=`echo $test | sed 's/:.*$//'`