Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 24, 2024
1 parent d49b922 commit 69f1428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/modules/docker-jmeter/libraries/recorder.bsf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ EscapeQuotes(String text) {
Runnable mr = MoodleResult(ctx);

// Get the file (it is created in testStarted).
String filenamepath = "runs/tmpfilename.php";
String filenamepath = "output/runs/rundata.php";

// We add the run info when starting the first thread
if (JMeterUtils.getProperty("headerprinted") == null) {
Expand Down

0 comments on commit 69f1428

Please sign in to comment.