Cleaner way to find out where tracemonkey is.
This commit is contained in:
Родитель
89635d7e67
Коммит
1388256291
|
@ -28,7 +28,7 @@ pip install -q -r requirements.txt
|
|||
git submodule sync -q
|
||||
git submodule update --init
|
||||
|
||||
export SPIDERMONKEY_INSTALLATION="/usr/local/bin/tracemonkey"
|
||||
export SPIDERMONKEY_INSTALLATION=`which tracemonkey`
|
||||
|
||||
echo "Starting tests..." `date`
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче