URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8f40e2cd8dc335fa9c927dba38000f8dde8e0b98
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8f40e2c by Evan Huus (eapache@xxxxxxxxx):
tools: permit setting BIN_DIR in the environment
For out-of-tree builds you have to pass the location of your build to our tools
like the fuzz script, valgrind script etc. Modify them so that the value can be
set in the environment rather than requiring a shell script flag.
Set the environment variable in the vagrant provision step, so that the scripts
Just Work (TM) in the VM.
Change-Id: If8ce6b278176085ba6dd994137b82fc989b80124
Reviewed-on: https://code.wireshark.org/review/9168
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 4975c06 Disabling GTK by default in the official source was not intentional (but maybe it should be).
adds 8f40e2c tools: permit setting BIN_DIR in the environment
Summary of changes:
tools/fuzz-test.sh | 4 ++--
tools/randpkt-test.sh | 2 +-
tools/test-captures.sh | 6 +++---
tools/test-common.sh | 16 +++++++++-------
tools/valgrind-wireshark.sh | 10 ++++++----
vagrant_build.sh | 1 +
6 files changed, 22 insertions(+), 17 deletions(-)