error-test.tcl


Last Modified: Sun Dec 27 18:12:45 EST 1998
Size: 601 bytes


#!/usr/agenttcl/bin/agent

# error Test file for agent tracking


source "AgentTrack.tcl"

agent_begin

agent_name "bungler"

track

# these two should cause  a name conflict

agent_submit tioga.cs -script {

    agent_name "sonny"
    agent_sleep 3
    return DONE

}
agent_submit tioga.cs -script {

    agent_name "sonny"
    agent_sleep 3
    return DONE

}


# jump to a non-existent host

agent_submit q.cs.dartmouth.edu -script {

    agent_jump dummy.cs

}

#submit to a non-existent host

agent_submit localhost -script {

    agent_submit dummy.cs -script {
	return DONE
    }

}

get tcl2html at http://www.cs.uoregon.edu/research/tcl/script/