You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
468 B

#!/bin/bash
if [ "$1" = "--help" ]
then echo "Aufruf: qa_mask_execution.x -tc:<Testfall-Schlüssel(optional)> -systeminfo_id:<Komponente(optioanl)> -userid:<Userid (optional)>"
echo " "
echo "Aktion: qa_mask_execution.x führt aktive Testfälle aus"
echo "Das Script muss in $WEBAPP/WEB-INF ausgeführt werden"
echo "Logdatei: $WEBAPP/WEB-INF/logs/superx_qa.log"
exit 0
fi
java -cp "$JDBC_CLASSPATH" $JAVA_OPTS de.superx.qa.bin.QaTestcaseExecutor "$@"