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

robotframework-2.7.7.tools.statuschecker.test.test.sh Maven / Gradle / Ivy

The newest version!
#!/bin/bash
testdir=`dirname $0`
pybot --loglevel DEBUG --log none --report none --outputdir $testdir $testdir/example.txt
python $testdir/../statuschecker.py $testdir/output.xml
rebot $testdir/output.xml
echo "$? tests failed, 5 should have failed."
echo "Check that tests starting with 'FAILURE:' have failed and others passed."






© 2015 - 2024 Weber Informatics LLC | Privacy Policy