Commit 0b1e464413bc021c6b6755087257fbdabfab651e

Authored by Etienne Pallier
1 parent 454ecf1f
Exists in dev

petit update

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/agent/Agent.py
... ... @@ -991,8 +991,8 @@ class Agent:
991 991 self.simulator_test_results_end(nb_asserted)
992 992  
993 993 def simulator_test_results_start(self):
994   - self.printd("\n--- Testing if the commands I SENT had the awaited result")
995   - self.printd("Here are the last commands I sent:")
  994 + self.print("\n--- Testing if the commands I SENT had the awaited result")
  995 + self.print("Here are the last commands I sent:")
996 996 #commands = list(Command.get_last_N_commands_for_agent(self.name, 16))
997 997 #commands = Command.get_last_N_commands_sent_to_agent(self.name, 16)
998 998 commands = Command.get_last_N_commands_sent_by_agent(self.name, len(self.SIMULATOR_COMMANDS_LIST))
... ...