]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/s4u/activity-lifecycle/activity-lifecycle.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Strings are overkill for parmap_test.
[simgrid.git] / teshsuite / s4u / activity-lifecycle / activity-lifecycle.cpp
index bf9d7995ab7788308b77af7c222bad4b2e64d701..93dbbf25cc9333da673de86ed7aa1fcba5dac7fe 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -18,6 +18,7 @@ void assert_exit(bool exp_success, double duration)
 {
   double expected_time = simgrid::s4u::Engine::get_clock() + duration;
   simgrid::s4u::this_actor::on_exit([exp_success, expected_time](bool got_failed) {
+    XBT_VERB("Running checks on exit");
     INFO("Check exit status. Expected: " << exp_success);
     REQUIRE(exp_success == not got_failed);
     INFO("Check date at exit. Expected: " << expected_time);