[gnome-shell] run-test: Properly set the path for the GVC library



commit adf8ba67d2836b8e87646146d6e209f12f97683f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jan 14 14:19:36 2013 -0500

    run-test: Properly set the path for the GVC library
    
    We really should get a better testrunner rather than this hacked
    together thing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691743

 tests/run-test.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/run-test.sh.in b/tests/run-test.sh.in
index 9961906..d8f5a9b 100755
--- a/tests/run-test.sh.in
+++ b/tests/run-test.sh.in
@@ -30,7 +30,7 @@ builddir=`cd $builddir && pwd`
 srcdir=$builddir/@srcdir@
 srcdir=`cd $srcdir && pwd`
 
-GI_TYPELIB_PATH="$GI_TYPELIB_PATH${GI_TYPELIB_PATH:+:} MUTTER_TYPELIB_DIR@:$builddir/../src"
+GI_TYPELIB_PATH="$GI_TYPELIB_PATH${GI_TYPELIB_PATH:+:} MUTTER_TYPELIB_DIR@:$builddir/../src:$builddir/../src/gvc"
 GJS_PATH="$srcdir:$srcdir/../js"
 GJS_DEBUG_OUTPUT=stderr
 $verbose || GJS_DEBUG_TOPICS="JS ERROR;JS LOG"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]