Fix PYTHONPATH for unit tests

This commit is contained in:
Gustavo J. A. M. Carneiro
2012-08-20 18:05:10 +01:00
parent a4ab786a63
commit d5c2ec49cb
+1 -1
View File
@@ -4,7 +4,7 @@ import gc
import os.path
import copy
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
'..', 'build', 'default', 'tests'))
'..', 'build', 'tests'))
which = int(sys.argv[1])
del sys.argv[1]
if which == 1: