diff options
author | Keith Packard <keithp@keithp.com> | 2019-02-18 10:39:11 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-02-18 13:08:23 -0800 |
commit | b6021e8dd866d6db54d28c79f0572aadd1861a5f (patch) | |
tree | 622d7a0f3e22d7c51f0e4678ec4eaf4d0ce7a5fd | |
parent | a43bc96ad4a524480a2d47500fb0cfaeeba8ad3d (diff) |
ao-bringup: chaosread is no longer part of altos
this has been moved to a separate project.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rwxr-xr-x | ao-bringup/test-chaoskey | 2 |
1 files changed, 1 insertions, 1 deletions
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/:.*$//'` |