-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print env before running test runner
- Loading branch information
1 parent
9cafef9
commit fc0d6cc
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
set VK_LAYER_PATH="$PWD/vulkan/explicit_layer.d" | ||
set VK_DRIVER_FILES="$PWD/test_apps/VkICD_mock_icd.json" | ||
set VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_gfxreconstruct | ||
set GFXRECON_CAPTURE_FILE_TIMESTAMP=false | ||
set GFXRECON_CAPTURE_FILE=actual.gfxr | ||
set VK_LOADER_LAYERS_DISABLE=~all~ | ||
set VK_LOADER_LAYERS_ENABLE=*gfxreconstruct* | ||
set GFXRECON_LOG_LEVEL=info | ||
set VK_LOADER_DEBUG=layer | ||
export VK_LAYER_PATH="$PWD/vulkan/explicit_layer.d" | ||
export VK_DRIVER_FILES="$PWD/test_apps/VkICD_mock_icd.json" | ||
export VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_gfxreconstruct | ||
export GFXRECON_CAPTURE_FILE_TIMESTAMP=false | ||
export GFXRECON_CAPTURE_FILE=actual.gfxr | ||
export VK_LOADER_LAYERS_DISABLE=~all~ | ||
export VK_LOADER_LAYERS_ENABLE=*gfxreconstruct* | ||
export GFXRECON_LOG_LEVEL=info | ||
export VK_LOADER_DEBUG=layer | ||
env | ||
./gfxrecon-testapp-runner |