Skip to content

Commit 4c76662

Browse files
committed
Keep Java smoke artifacts isolated
1 parent 1d7ab1b commit 4c76662

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ compiled_files.txt
1212
compile_errors.txt
1313
__pycache__/
1414
*.pyc
15+
scores.txt
1516
report.txt
1617
core_assessment_report.txt
1718
node_modules/

scripts/automation_core/ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ def remove_candidate(path: Path) -> None:
653653
"*.out",
654654
"*.o",
655655
"*.obj",
656+
"scores.txt",
656657
"report.txt",
657658
"core_assessment_report.txt",
658659
):
@@ -1942,6 +1943,7 @@ def smoke_languages(ctx: RepoContext) -> None:
19421943
ctx,
19431944
java_class_name(source_path),
19441945
class_dir,
1946+
cwd=temp_root_path,
19451947
quiet_stdout=True,
19461948
action=f"Java runtime smoke for {program}",
19471949
)

0 commit comments

Comments
 (0)