您好,我正在尝试CD进入一个特定的路径,并通过crontab运行我的nosetests。我已经尝试了很多东西,但都还没有奏效:
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所有这些似乎都不起作用。任何建议都是非常有用的!谢谢
发布于 2018-08-10 23:35:11
尝试: MAILTO = mail@yahoo.com
* * * * * cd /Users/pamili/resources/test && /dir/of/nosetestshttps://stackoverflow.com/questions/51789623
复制相似问题