Skip to content

Commit 7fa23a3

Browse files
committed
debugging
1 parent 7c15085 commit 7fa23a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/energy_consumption/EnergyConsumptionTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,11 @@ void EnergyConsumptionTest::do_SimpleApiChecksEnergy_test() {
677677

678678
// Create and initialize a simulation
679679
simulation = wrench::Simulation::createSimulation();
680-
int argc = 2;
680+
int argc = 3;
681681
auto argv = (char **) calloc(argc, sizeof(char *));
682682
argv[0] = strdup("unit_test");
683683
argv[1] = strdup("--wrench-energy-simulation");
684+
argv[2] = strdup("--wrench-full-log");
684685

685686
EXPECT_NO_THROW(simulation->init(&argc, argv));
686687

0 commit comments

Comments
 (0)