Mesa (master): docs/releasing: drop manually exported variables during smoke test

Andres Gomez tanty at kemper.freedesktop.org
Fri Nov 10 17:37:55 UTC 2017


Module: Mesa
Branch: master
Commit: 3bc16339e5855bffe07905f83f8670930b0e8430
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bc16339e5855bffe07905f83f8670930b0e8430

Author: Andres Gomez <agomez at igalia.com>
Date:   Thu Nov  9 16:58:22 2017 +0200

docs/releasing: drop manually exported variables during smoke test

Cc: Emil Velikov <emil.velikov at collabora.com>
Cc: Eric Engestrom <eric.engestrom at imgtec.com>
Signed-off-by: Andres Gomez <agomez at igalia.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

 docs/releasing.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/releasing.html b/docs/releasing.html
index e588435e81..944b6e88bc 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -504,8 +504,10 @@ Here is one solution that I've been using.
 	unset LIBGL_DRIVERS_PATH
 	unset LIBGL_DEBUG
 	unset LIBGL_ALWAYS_SOFTWARE
+	unset GALLIUM_DRIVER
 	export VK_ICD_FILENAMES=`pwd`/src/intel/vulkan/dev_icd.json
 	steam steam://rungameid/570  -vconsole -vulkan
+	unset VK_ICD_FILENAMES
 </pre>
 
 <h3>Update version in file VERSION</h3>




More information about the mesa-commit mailing list