mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/spiffsgen_example_test' into 'master'
example: Fix spiffsgen example test Closes IDFCI-223 See merge request espressif/esp-idf!11255
This commit is contained in:
commit
a22704a8f6
@ -15,7 +15,7 @@ def test_examples_spiffsgen(env, extra_data):
|
||||
|
||||
# Expect hello.txt is read successfully
|
||||
with open(os.path.join(base_dir, 'hello.txt'), 'r') as hello_txt:
|
||||
dut.expect('Read from hello.txt: ' + hello_txt.read())
|
||||
dut.expect('Read from hello.txt: ' + hello_txt.read().rstrip())
|
||||
|
||||
# Expect alice.txt MD5 hash is computed accurately
|
||||
with open(os.path.join(base_dir, 'sub', 'alice.txt'), 'rb') as alice_txt:
|
||||
|
Loading…
Reference in New Issue
Block a user