Skip to content

Commit aebedba

Browse files
davidcokRustanLeinodavidcok
authored
CI: typo (#1064)
* Test all platforms * Test all platforms * Simplifying build & test * Simplifying build & test * Simplifying build & test * Simplifying build & test * Simplifying build & test * Simplifying build & test * Simplifying build & test * Simplifying build & test * Simplifying build & test * Simplifying build & test * Change to .NET 5.0 * Remove constant comparisons net5.0 gives warnings to point these out * Editing the install instructions * Editing the install instructions * Include OutputPath in build for net5.0 * Make OutputPath unconditional * Further simplification * Change Coco to use net5.0 * Further simplification * Debug * Debug * Debug * Debug * Debug * Improving lit * Debug * More debug * Debug * Done debugging * Another 3.1 to 5.0 change * Another 3.1 to 5.0 change * Adding a quick test script * Typo Co-authored-by: Rustan Leino <[email protected]> Co-authored-by: davidcok <[email protected]>
1 parent 4e477a5 commit aebedba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/lit.site.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ for root in potentialSolverRoots:
163163
z3Path = potentialPath
164164

165165
if not z3Path:
166-
lit_config.fatal('Could not find solver ' + potentialSolverRoots + ' ' + potentialSolverExecutables)
166+
lit_config.fatal('Could not find solver')
167167
config.substitutions.append( ('%z3', z3Path ) )
168168

169169
# Add diff tool substitution

0 commit comments

Comments
 (0)