From f38046425745ff24169f2ff555063969f3ae1e9f Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 24 Aug 2019 12:18:40 +0300 Subject: [PATCH] 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 --- tests/hwsim/build.sh | 4 ---- 1 file changed, 4 deletions(-) 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