Update README with hint on test permission failing
authorJonas Lundberg <jonasl@catchmecode.com>
Fri, 3 Feb 2017 08:27:42 +0000 (09:27 +0100)
committerJonas Lundberg <jonasl@catchmecode.com>
Fri, 3 Feb 2017 08:27:42 +0000 (09:27 +0100)
commite1b080b4019e42b064ff2f3c0f5b9027a5de1648
tree06eaa6042ad9632e8ef3ff1eb29e1eb7c2ecd1fa
parent85d85d878586b901c7f9685d2aff4c0539fa0925
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
process/guide.md