*** Running test-ast-formats (command.Simple blame_tok: more_env: [] words: [{} {}] do_fork: T ) (command.Simple blame_tok: (Token id:Id.Lit_Chars length:4 col:0 line:(SourceLine line_num:1 content:"echo hi" src:(source__CFlag))) more_env: [] words: [ (CompoundWord parts:[...0x7f07b9cdb530]) (CompoundWord parts:[(Token id:Id.Lit_Chars length:2 col:5 line:...0x7f07b9cdfba8)]) ] do_fork: T ) oil AST
(command.Simple
  blame_tok: <Id.Lit_Chars echo>
  more_env: []
  words: [{<Id.Lit_Chars echo>} {<Id.Lit_Chars hi>}]
  do_fork: T
)
    
oil AST
(command.Simple
  blame_tok: (Token id:Id.Lit_Chars length:4 col:0 line:(SourceLine line_num:1 content:"echo hi" src:(source__CFlag)))
  more_env: []
  words: [
    (CompoundWord parts:[...0x7f520c5e8530])
    (CompoundWord parts:[(Token id:Id.Lit_Chars length:2 col:5 line:...0x7f520c5ecba8)])
  ]
  do_fork: T
)
    
OK test-ast-formats *** Running test-exit-builtin-interactive osh-0.22.0$ one OK test-exit-builtin-interactive *** Running test-help Oils 0.22.0 https://www.oilshell.org/ Traceback (most recent call last): File "bin/oil.py", line 64, in sys.exit(main(sys.argv)) File "bin/oil.py", line 39, in main return oils_for_unix.main(sys.argv) File "/home/uke/oil/bin/oils_for_unix.py", line 170, in main return AppBundleMain(argv) File "/home/uke/oil/bin/oils_for_unix.py", line 113, in AppBundleMain util.HelpFlag(loader, 'oils-usage', mylib.Stdout()) File "/home/uke/oil/core/util.py", line 161, in HelpFlag assert found, 'Missing %s' % topic_id AssertionError: Missing oils-usage test/osh-usage.sh: fatal: line 127: assert '1 -eq 0' failed FAIL test-help