Test output for advice [ok]
Testing time: 0s
'/usr/home/chicken/salmonella/build/salmonella-run-publish/chicken/bin/csi' -script run.scm < /dev/null 2>&1 -- testing ------------------------------------------------------------------ (receive (foo 33)) ................................................... bing: (33) --> oink #2: (33) --> oink #1: (34) foo: 35 <-- oink #1 <-- oink #2 bong: (35 70) [ PASS] (receive (foo 100)) .................................................. bing: (100) --> oink #2: (100) --> oink #1: (101) foo: 102 <-- oink #1 <-- oink #2 [ PASS] (receive (foo 3)) .................................................... bing: (3) foo: 3 [ PASS] (receive (foo 9)) .................................................... foo: 9 [ PASS] 4 tests completed in 0.003 seconds. 4 out of 4 (100%) tests passed. -- done testing -------------------------------------------------------------