Skip to content

Commit

Permalink
test: TestNoConfigWithConfig: replace verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
t-h2o committed Dec 25, 2024
1 parent e31e88b commit 6e6b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ f3d_test(NAME TestConfigFileQuiet DATA nonExistentFile.vtp CONFIG ${F3D_SOURCE_D
f3d_test(NAME TestNoFileConfigFile CONFIG ${F3D_SOURCE_DIR}/testing/configs/verbose.json ARGS --verbose REGEXP "No files to load provided" NO_BASELINE)

# Test that --no-config set no-config value to 1
f3d_test(NAME TestNoConfigWithConfig ARGS --no-config --config=config_build --verbose REGEXP "'no-config' = '1'" NO_BASELINE)
f3d_test(NAME TestNoConfigWithConfig DATA f3d.glb ARGS --no-config --config ${F3D_SOURCE_DIR}/testing/configs/complex.json)

# Test help display
f3d_test(NAME TestHelp ARGS --help REGEXP "Usage:")
Expand Down

0 comments on commit 6e6b07c

Please sign in to comment.