Peter Wu
changed
bug 9174
What |
Removed |
Added |
Attachment #11625 is obsolete |
|
1
|
Attachment #11714 Flags |
|
review_for_checkin?
|
Comment # 19
on bug 9174
from Peter Wu
Created attachment 11714 [details]
tests: support out-of-source-tree tests (v2)
Use case: have a source tree and use an semi-unprivileged user to
perform tests (to rule out interference).
At first, I changed the paths themselves to specify $TEST_OUTDIR
explicitly, but then I realized that it is much less evasive to change
the current working directory instead.
There are still some remaining cases where the source tree matters
(like making the program in suite-unittests.sh), these will be taken
care of later.
The binaries directory (defaults to source tree/wireshark-gtk2 for
windows, source tree for others) can be overridden by setting the envvar
WS_BIN_PATH.
You are receiving this mail because:
- You are watching all bug changes.