1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/process
Jonas Lundberg e1b080b401 Update README with hint on test permission failing
Ran into some problems with the <language>/run file
not having the executable flag set.

Setting +x on the run file helps this.

The error-message the python runner throws is:
Traceback (most recent call last):
  File "../runtest.py", line 227, in <module>
    r = Runner(args.mal_cmd, no_pty=args.no_pty)
  File "../runtest.py", line 105, in __init__
    env=env)
  File "/usr/lib/python3.6/subprocess.py", line 707, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.6/subprocess.py", line 1326, in _execute_child
    raise child_exception_type(errno_num, err_msg)
PermissionError: [Errno 13] Permission denied
make: *** [Makefile:310: test^mymal^step0] Error 1
2017-02-03 09:27:42 +01:00
..
cheatsheet.html Add cheatsheet. Link to it from guide. 2016-05-10 10:34:05 -05:00
guide.md Update README with hint on test permission failing 2017-02-03 09:27:42 +01:00
step0_repl.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step0_repl.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step0_repl.txt Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step1_read_print.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step1_read_print.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step1_read_print.txt Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step2_eval.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step2_eval.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step2_eval.txt process: Fix step2_eval.txt to "handle" empty literal lists 2016-04-02 23:18:30 -04:00
step3_env.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step3_env.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step3_env.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step4_if_fn_do.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step4_if_fn_do.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step4_if_fn_do.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step5_tco.gliffy Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
step5_tco.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step5_tco.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step6_file.gliffy Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step6_file.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step6_file.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step7_quote.gliffy Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step7_quote.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step7_quote.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step8_macros.gliffy Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step8_macros.png Update process diagrams with atoms in step6. 2016-01-01 23:04:54 -06:00
step8_macros.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
step9_try.gliffy guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
step9_try.png guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
step9_try.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
stepA_mal.gliffy guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
stepA_mal.png guide: update step9, stepA diagrams. 2016-05-09 17:46:42 -05:00
stepA_mal.txt process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00