Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Oct 10, 2024
1 parent b81c35a commit 131f823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/configs/gccPassConfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"testDir": "../packages/CPackage",
"testedExecutablePaths": {
"gcc": "/usr/bin/gcc"
},
Expand All @@ -19,6 +20,5 @@
"allowError": true
}
]
},
"testDir": "../packages/CPackage"
}
}
1 change: 1 addition & 0 deletions tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def run_tests_for_config(config: Config, expected_result: bool):
assert config.packages is not None

for exe in config.executables:
exe.source_env()
for tc in config.toolchains:
tc_runner = ToolChainRunner(tc, timeout=3.0)
for pkg in config.packages:
Expand Down

0 comments on commit 131f823

Please sign in to comment.