]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove unnecessary "config exists" debug prints from build.sh
authorJouni Malinen <j@w1.fi>
Sat, 24 Aug 2019 09:18:40 +0000 (12:18 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 24 Aug 2019 09:18:40 +0000 (12:18 +0300)
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 <j@w1.fi>
tests/hwsim/build.sh

index 9f249952cee8914b39db403f13a9d0e46e5a4be9..165d808fd4a4cbc81709af44d8bd66a7482bea91 100755 (executable)
@@ -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