Skip to content

Commit 3c06cda

Browse files
committed
WiFi tests: Make tests CI friendly
1 parent e116a66 commit 3c06cda

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

TESTS/network/wifi/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using namespace utest::v1;
3535
* - WIFI_TEST_NETWORKS - List of network that presence will be asserted e.g. "net1", "net2", "net3"
3636
*/
3737
#if !defined(MBED_CONF_APP_WIFI_SSID) || !defined(MBED_CONF_APP_WIFI_PASSWORD) || !defined(MBED_CONF_APP_WIFI_NETWORKS)
38-
#error MBED_CONF_APP_WIFI_SSID, MBED_CONF_APP_WIFI_PASSWORD and MBED_CONF_APP_WIFI_NETWORKS have to be defined for this test.
38+
#error [NOT_SUPPORTED] MBED_CONF_APP_WIFI_SSID, MBED_CONF_APP_WIFI_PASSWORD and MBED_CONF_APP_WIFI_NETWORKS have to be defined for this test.
3939
#endif
4040

4141
const char *networks[] = {MBED_CONF_APP_WIFI_NETWORKS, NULL};

0 commit comments

Comments
 (0)