aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-01-02 11:07:28 -0500
committerEvan Huus <eapache@gmail.com>2015-01-02 16:08:20 +0000
commit5cb96a0eb556400f373d1fbf35c62dbdbd2cef93 (patch)
tree60d59669b5aae30f865fdc0413e5f88cc0d69ae1 /test/config.sh
parent1c7ffed57605225c963f81d125380d55376558d1 (diff)
test: default WS_QT_BIN_PATH to WS_BIN_PATH
it used to be SOURCE_DIR, which is still the fallback for WS_BIN_PATH, but this way if you specify a custom WS_BIN_PATH it gets picked up for both Change-Id: If9198565fc7b7b3911550fd200adb0f918622540 Reviewed-on: https://code.wireshark.org/review/6238 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'test/config.sh')
-rwxr-xr-xtest/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index 5d2bae23c4..b496f0b383 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -56,7 +56,7 @@ fi
# Path to the Wireshark binaries, default to source dir if unset
WS_BIN_PATH=${WS_BIN_PATH:-$SOURCE_DIR}
-WS_QT_BIN_PATH=${WS_QT_BIN_PATH:-$SOURCE_DIR}
+WS_QT_BIN_PATH=${WS_QT_BIN_PATH:-$WS_BIN_PATH}
# Tweak the following to your liking.
WIRESHARK=$WS_QT_BIN_PATH/wireshark