Skip to content

Commit

Permalink
Print env before running test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Dec 18, 2024
1 parent 9cafef9 commit fc0d6cc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test/run-tests.sh
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

0 comments on commit fc0d6cc

Please sign in to comment.