[Komodo-discuss] perl path in unit testing
by cholet other posts by this author
Jun 24 2008 1:15PM messages near this date
view in the new Beta List Site
Re: [Komodo-discuss] remote server and ssh key
|
[Komodo-discuss] ANN: Komodo IDE 4.4
Hi,
I've finally tried Komodo's unit testing features with a Perl project
which has an existing Makefile. That Makefile uses 'perl' (no
pathname) in its commands, but when running the test (project test
plan with default options as shown in the 4.3 screencast) Komodo
complains that 'perl' can't be found. This is on OSX, using the
default /usr/bin/perl. In preferences "default Perl interpreter" is
set to "find on path" and Komodo has no problem finding it (i.e.
syntax checking works).
If I change 'perl' to '/usr/bin/perl' in the Makefile, it works, but
I'd rather not do that.
This is on OSX leopard Komodo 4.4.
--
Ã?ric Cholet
_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
|