Differences From Artifact [a3ce11ff80]:
- Executable file tests/rununittest.sh — part of check-in [632d7c9f79] at 2016-12-01 23:00:15 on branch v1.62-no-rpc — Fixed some server functions. Misc. cleanup (user: matt, size: 702) [annotate] [blame] [check-ins using] [more...]
To Artifact [3301b831f3]:
- Executable file tests/rununittest.sh — part of check-in [263cdeb6eb] at 2017-03-28 08:39:44 on branch v1.64 — Fixed unit test running. To try do: cd tests;make all-rmt.log. Improved information from a server-side crash. (user: matt, size: 703) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + | #!/bin/bash # Usage: rununittest.sh testname debuglevel # banner $1 # put megatest on path from correct location mtbindir=$(readlink -f ../bin) |
︙ |