Commit af8e710
committed
Use local repository for integration tests instead of remote v1.3.4
Integration tests were using the remote repository at v1.3.4, which meant
they were testing old code and not reflecting any changes made to the
local codebase. This explains why iwyu integration tests kept failing -
they were testing an old version that didn't have the compile_commands.json
fixes.
Changed to use the local repository root at HEAD so integration tests
actually test the current code being developed.1 parent cc1ae4e commit af8e710
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | | - | |
127 | | - | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments