Skip to content

Commit 433eb31

Browse files
author
owen-jones-diffblue
authored
Merge pull request diffblue#579 from diffblue/owen-jones-diffblue/fix-webgoat-test
Change folder name from 'results' to 'RESULTS'
2 parents 66041d4 + b30554c commit 433eb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/genuine_benchmarks/genuine_benchmarks_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ def run(self, timeout=60):
7878
# We must remove the folder to stop Travis's disk from getting full
7979
shutil.rmtree(build_folder)
8080

81-
output_dir = os.path.join(self.temp_dir, self.application, "results")
81+
output_dir = os.path.join(self.temp_dir, self.application, "RESULTS")
8282
return GenuineBenchmarksExpectation(stdout, return_code, timed_out, output_dir, " ".join(cmd))

0 commit comments

Comments
 (0)