Artifact d48d5518318905f002697c54db2f65f758459fec:
- Executable file ulex/run-rpc.sh — part of check-in [be8fe269fa] at 2019-12-16 04:17:56 on branch v1.70-defunct-try — Pulled in ulex (user: matt, size: 492) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash csc test-rpc.scm (./test-rpc 45000 45001 45002 45003 45004 45005|& tee test-rpc-45000.log) & (./test-rpc 45001 45000 45002 45003 45004 45005|& tee test-rpc-45001.log) & (./test-rpc 45002 45000 45001 45003 45004 45005|& tee test-rpc-45002.log) & (./test-rpc 45003 45000 45001 45002 45004 45005|& tee test-rpc-45003.log) & (./test-rpc 45004 45000 45001 45002 45003 45005|& tee test-rpc-45004.log) & (./test-rpc 45005 45000 45001 45002 45003 45004|& tee test-rpc-45005.log) & wait