Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Robotframework 使用makefile运行Robot框架套件,makefile反过来调用另一个文件_Robotframework_Robotframework Pythonremoteserver - Fatal编程技术网

Robotframework 使用makefile运行Robot框架套件,makefile反过来调用另一个文件

Robotframework 使用makefile运行Robot框架套件,makefile反过来调用另一个文件,robotframework,robotframework-pythonremoteserver,Robotframework,Robotframework Pythonremoteserver,我有一个makefile,其中有一个类似于test的命令:cd test_directory/&&./test.tcsh。因此,基本上,当我进行测试时(在终端中),它会转到test_目录并调用test.tcsh文件。。。。正在.tcsh文件中调用我的robot文件。我想建议直接调用make文件中的robot文件。例如,当我说maketest\u suit\u name时。这可能吗?这不是中描述的编程问题--请使用另一个StackExchange论坛(如果存在此类问题)或使用流行的搜索引擎,如Go

我有一个makefile,其中有一个类似于test的命令:cd test_directory/&&./test.tcsh。因此,基本上,当我进行测试时(在终端中),它会转到test_目录并调用test.tcsh文件。。。。正在.tcsh文件中调用我的robot文件。我想建议直接调用make文件中的robot文件。例如,当我说maketest\u suit\u name时。这可能吗?

这不是中描述的编程问题--请使用另一个StackExchange论坛(如果存在此类问题)或使用流行的搜索引擎,如Google。