Differences From Artifact [d9bb67915f]:
- Executable file tests/rununittest.sh — part of check-in [98ffd649ba] at 2014-11-16 17:37:40 on branch v1.60 — Added channel for result codes to http communication. Fixed some unit tests (user: matt, size: 705) [annotate] [blame] [check-ins using] [more...]
To Artifact [1c13c943af]:
- Executable file tests/rununittest.sh — part of check-in [e3bc8b30e5] at 2015-06-13 08:50:46 on branch v1.60 — Improved unit tests system (user: matt, size: 654) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | #!/bin/bash # Usage: rununittest.sh testname debuglevel # | < < < | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash # Usage: rununittest.sh testname debuglevel # # put megatest on path from correct location mtbindir=$(readlink -f ../bin) export PATH="${mtbindir}:$PATH" # Clean setup # |
︙ | ︙ |