Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Handle onesided=detached comms and clean up the comm_fault_scenario test
[simgrid.git] / teshsuite / smpi / MBI / CollP2PMessageRaceGenerator.py
index aa9e78ed6a3d0f697dac89c6f2cf41398a94bb6b..2c3233b442b62109bf3f968d87730319c05404c2 100755 (executable)
@@ -131,7 +131,7 @@ for s in gen.send + gen.isend:
             patterns['operation4'] = gen.operation[r]("4")
 
             # Generate the incorrect matching because of the conditional
-            replace = patterns
+            replace = patterns.copy()
             replace['shortdesc'] = 'Message race'
             replace['longdesc'] = 'Message race in @{r}@ with @{c}@.'
             replace['outcome'] = 'ERROR: MessageRace'