Files
Mozilla/mozilla/webtools/testopia/testopia/scripts/create_testscript.sh
ghendricks bf7f3a189a Creating testopia 1.0 beta
git-svn-id: svn://10.0.0.236/trunk@199793 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-13 15:09:54 +00:00

10 lines
225 B
Bash
Executable File

. trenv.sh
plan_id="$1"
summary="$2"
url="http://$testrunserver/tr_scripts.cgi?action=runscript&plan_id=$plan_id&summary=$summary&$login_token"
wget "$url" -O testscript.sh -o create_testscript.log
chmod 700 testscript.sh