Code does not run on macOS #21

Open
opened 2016-12-19 04:39:50 -05:00 by sokobania · 1 comment
sokobania commented 2016-12-19 04:39:50 -05:00 (Migrated from github.com)

Would it be possible to adapt the code for macOS ?

The readlink command on macos does not have a -f option:

$ ./urchin tests
kill -4889
readlink: illegal option -- f
usage: readlink [-n] [file ...]
readlink: illegal option -- f
usage: readlink [-n] [file ...]
The root directory of the tests that you are running urchin on
doesnot contain the word "test", so I am not running,
in case that was an accident. Use the -f flag if you really
want to run urchin on that directory.
Would it be possible to adapt the code for macOS ? The `readlink` command on macos does not have a `-f` option: ``` $ ./urchin tests kill -4889 readlink: illegal option -- f usage: readlink [-n] [file ...] readlink: illegal option -- f usage: readlink [-n] [file ...] The root directory of the tests that you are running urchin on doesnot contain the word "test", so I am not running, in case that was an accident. Use the -f flag if you really want to run urchin on that directory. ```
spoike commented 2017-07-11 03:31:30 -04:00 (Migrated from github.com)

Currently running urchin on the test folder on macOS produces weird input:

snip-snip
./urchin: fork: Resource temporarily unavailable
./urchin: line 536: catch: command not found
./urchin: line 550: exit: : numeric argument required
snip-snip
Currently running urchin on the test folder on macOS produces weird input: ``` snip-snip ./urchin: fork: Resource temporarily unavailable ./urchin: line 536: catch: command not found ./urchin: line 550: exit: : numeric argument required snip-snip ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tlevine/urchin#21
No description provided.