Simple test case

Copy copy_to_tmp/* to /tmp
Copy test_job_hook.py somewhere sensible
Edit your condor config to define the job hook:

TEST_HOOK_PREPARE_JOB           = <path to>/test_job_hook.py
TEST_HOOK_JOB_EXIT              = <path to>/test_job_hook.py
TEST_HOOK_UPDATE_JOB_INFO       = <path to>/test_job_hook.py

Then
shell> make clean ; make ; watch -n1 condor_q $USER

