aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 74e928473..6b9b458e9 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -179,6 +179,15 @@ else
179 echo "TESTING: chromium not found" 179 echo "TESTING: chromium not found"
180fi 180fi
181 181
182which google-chrome
183if [ "$?" -eq 0 ];
184then
185 echo "TESTING: google-chrome"
186 ./chromium.exp
187else
188 echo "TESTING: google-chrome not found"
189fi
190
182which opera 191which opera
183if [ "$?" -eq 0 ]; 192if [ "$?" -eq 0 ];
184then 193then