Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Jul 28, 2024
1 parent 94e7363 commit 4a6e0ab
Show file tree
Hide file tree
Showing 7 changed files with 931 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ConfigExpectedFail.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"testDir": "testfiles/ExpectedFail",
"testDir": "./testfiles/ExpectedFail",
"testedExecutablePaths": {
"clang": "/usr/bin/clang"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/ConfigMultiExe.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"testDir": "testfiles/MultiExe",
"testDir": "./testfiles/MultiExe",
"testedExecutablePaths": {
"team1": "/usr/bin/clang",
"team2": "/usr/bin/clang",
Expand Down
2 changes: 1 addition & 1 deletion tests/ConfigSingleExe.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"testDir": "testfiles/SingleExe",
"testDir": "./testfiles/SingleExe",
"testedExecutablePaths": {
"clang": "/usr/bin/clang"
},
Expand Down
Loading

0 comments on commit 4a6e0ab

Please sign in to comment.