8 lines
253 B
Bash
Executable File
8 lines
253 B
Bash
Executable File
. trenv.sh
|
|
|
|
test_case_log_id="$1"
|
|
notes="$2"
|
|
|
|
url="http://$testrunserver/tr_caselogform.cgi?action=submit_notes&id=$test_case_log_id¬es=$notes&$login_token"
|
|
|
|
wget "$url" -O noted_run_case_$test_case_log_id.html -o noted_run_case_$test_case_log_id.log |