[tclwebtest] Passing variable parameters to test scripts
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-01-20 10:43:49
|
Hi. At the moment I'm experimenting with such a script: [gradha@ws5:1] [~/tclwebtest]$ cat selftest/cus.txt #do_request "http://192.168.1.50:8080/tclwebtest/show-group?id=5&gid=1" do_request "$SERVER/tclwebtest/show-group?id=5&gid=1" assert text "tclwebtest" I saw the TESTHOME variable, but looks like that is set by tclwebtest internally, I thought initially it could be an environment variable. I can overcome this limitation wrapping the script around another temporary script which sets the variables, but maybe there is an easier way? -- Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89. eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/ 48920 Portugalete, Bizkaia (SPAIN) |