summaryrefslogtreecommitdiff
path: root/test/runUnit
blob: 5df062278c729e5c27bf02fbeb7c76c04cce1d5c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# NOTE: I tried setting up bash_completion_lib within ./lib files, but DejaGnu
#       isn't initialized at that point (i.e. output of `expect' is shown on
#       stdout - `open_logs' hasn't run yet?).  And running code from a library
#       file isn't probably a good idea either.
exec "${bashcomp_bash:-$BASH}" \
     "$(dirname "${BASH_SOURCE[0]}")/run" --tool unit $*