diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-07-14 13:34:02 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-07-14 13:34:02 -0700 |
commit | 19e90e544bf933609094389536cfb123313bf9df (patch) | |
tree | 5095f830efd73515717aa75d5cf368f117083c93 | |
parent | 689a90a987a61451410ce5719a23ef32924abd53 (diff) |
test FS.analyzePath
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 595e4ff2..01a4fb61 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5306,7 +5306,7 @@ def process(filename): )) ).replace( '// {{POST_RUN_ADDITIONS}}', - "Module.print('Data: ' + JSON.stringify(FS.root.contents['image.raw'].contents));" + "Module.print('Data: ' + JSON.stringify(FS.analyzePath('image.raw').object.contents));" ) open(filename, 'w').write(src) ''' |