Merge pull request #12849 from jamesbeyond/exp_update

TEST: Update example test
pull/12938/head
Martin Kojtal 2020-05-05 14:26:41 +02:00 committed by GitHub
commit 9501ccd6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -127,7 +127,9 @@
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"test" : true,
"baud_rate": 9600,
"compare_log": ["mbed-os-example-wifi/tests/wifi_scan.log"],
"auto-update" : true
},
{
@ -274,7 +276,7 @@
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["K64F","K82F"],
"targets" : ["DISCO_L475VG_IOT01A"],
"toolchains" : [],
"exporters": [],
"compile" : true,
@ -345,7 +347,12 @@
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"test" : true,
"baud_rate": 9600,
"compare_log": [
"mbed-os-example-nfc/tests/EEPROM.log",
"mbed-os-example-nfc/tests/SmartPoster_noShield.log"
],
"auto-update" : true
},
{