您好,我试图将CD插入特定路径并通过crontab进行鼻子测试。 我已经尝试了很多东西,但都没有成功:
MAILTO = mail@yahoo.com
* * * * * . /Users/pamili/resources/tests ; nosetests
MAILTO = mail@yahoo.com
Path = /Users/pamili/resources/test
* * * * * Path/nosetests
MAILTO = mail@yahoo.com
Path = /Users/pamili/resources/test
* * * * * Path =. nosetests
似乎都不起作用。任何建议都非常有帮助!谢谢
答案 0 :(得分:1)
尝试: MAILTO = mail@yahoo.com
* * * * * cd /Users/pamili/resources/test && /dir/of/nosetests