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>
This commit is contained in:
Evan Huus 2015-01-02 11:07:28 -05:00
parent 1c7ffed576
commit 5cb96a0eb5
1 changed files with 1 additions and 1 deletions

View File

@ -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