Skip to content

Commit

Permalink
update test.sh and main.js for my dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Jan 9, 2014
1 parent f2db1d7 commit 93bca20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Expand Up @@ -50,6 +50,7 @@ const DEFAULT_SYMBOLICATION_URL = "http://symbolapi.mozilla.org/";
var OLD_UI_URL = "http://varium.fantasytalesonline.com/cleopatra/";
var OLD_UI_URL2 = "file:///Users/bgirard/ben/sps/cleopatra/index.html";
var DEFAULT_UI_URL = "http://people.mozilla.com/~bgirard/cleopatra/";
//var DEFAULT_UI_URL = "file:///home/v/work/cleopatra/index.html";
//var DEFAULT_UI_URL = "file:///home/vladimir/proj/profiler/cleopatra/index.html";
//var DEFAULT_UI_URL = "file:///Users/bgirard/ben/sps/cleopatra/index.html";
//var DEFAULT_UI_URL = "http://localhost/~markus/cleopatra/";
Expand Down
6 changes: 6 additions & 0 deletions test.sh
Expand Up @@ -17,6 +17,12 @@ cd ..
# exit
#fi

if [ -e /home/v/Downloads/firefox/firefox ]
then
cfx run --binary /home/v/Downloads/firefox/firefox
exit
fi

if [ -e ./firefox/firefox ]
then
cfx run --binary ./firefox/firefox
Expand Down

0 comments on commit 93bca20

Please sign in to comment.