Index: tests/test_uf.py =================================================================== diff -u -r3cfd47dcddb9ca34212ed9b7d29a76124c23044c -r3a5030c08d57bddc2c22dca05d1070375e3cb5f7 --- tests/test_uf.py (.../test_uf.py) (revision 3cfd47dcddb9ca34212ed9b7d29a76124c23044c) +++ tests/test_uf.py (.../test_uf.py) (revision 3a5030c08d57bddc2c22dca05d1070375e3cb5f7) @@ -34,7 +34,7 @@ # log in to HD and DG as tester # if hd.cmd_log_in_to_hd() == 0: # exit(1) -# if dg.cmd_log_in_to_dg() == 0: +# if hd.cmd_log_in_to_dg() == 0: # exit(1) # sleep(1)