From: Jouni Malinen Date: Sat, 24 Aug 2019 09:18:40 +0000 (+0300) Subject: tests: Remove unnecessary "config exists" debug prints from build.sh X-Git-Tag: hostap_2_10~2413 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f38046425745ff24169f2ff555063969f3ae1e9f;p=thirdparty%2Fhostap.git tests: Remove unnecessary "config exists" debug prints from build.sh This is the common case and these prints do not really help and just make the output from build.sh less clear. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/build.sh b/tests/hwsim/build.sh index 9f249952c..165d808fd 100755 --- a/tests/hwsim/build.sh +++ b/tests/hwsim/build.sh @@ -45,8 +45,6 @@ echo "Building hostapd" cd ../../hostapd if [ ! -e .config -o $force_config -eq 1 ]; then cp ../tests/hwsim/example-hostapd.config .config -else - echo "hostapd config file exists" fi if [ $use_lcov -eq 1 ]; then @@ -64,8 +62,6 @@ echo "Building wpa_supplicant" cd ../wpa_supplicant if [ ! -e .config -o $force_config -eq 1 ]; then cp ../tests/hwsim/example-wpa_supplicant.config .config -else - echo "wpa_supplicant config file exists" fi if [ $use_lcov -eq 1 ]; then