Skip to content

Commit

Permalink
test: config multipage is off
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Nov 14, 2024
1 parent 713b573 commit 8d9fa1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/TestRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ checkPath(
// Check for a directory-wide config
Config::Settings dirSettings;
testArgs.apply(dirSettings, dirs_, argv);
dirSettings.multipage = false;
dirSettings.sourceRoot = files::appendPath(inputPath, ".");
dirSettings.stdlibIncludes.insert(
dirSettings.stdlibIncludes.end(),
Expand Down

0 comments on commit 8d9fa1e

Please sign in to comment.