All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.rundevel.sh Maven / Gradle / Ivy

The newest version!
#!/bin/bash
base=`dirname $0`
ROBOT_SYSLOG_FILE=$base/tmp/syslog.txt python $base/src/robot/run.py -P $base/atest/testresources/testlibs -P $base/tmp -L debug -d $base/tmp "$@"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy