Skip to content

Commit b488e73

Browse files
committed
Sets output file name to include casename
1 parent 8d93cac commit b488e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/driver/LauncherTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ TEST_F(LauncherTest, nested_shield_resistance_and_transfer_impedance_written_to_
108108
Launcher tulip(tempInputFile, outputFolder);
109109
EXPECT_NO_THROW(tulip.run());
110110

111-
const auto outJson = readJSON(outputFolder + "tulip.out.json");
111+
const auto outJson = readJSON(outputFolder + caseName + "tulip.out.json");
112112

113113
std::cout << outJson.dump(4) << std::endl;
114114

0 commit comments

Comments
 (0)