projects
/
fusionforge
/
fusionforge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refresh Selenium jar if needed
[fusionforge/fusionforge.git]
/
tests
/
scripts
/
fusionforge-build-and-test-src-cos.sh
diff --git
a/tests/scripts/fusionforge-build-and-test-src-cos.sh
b/tests/scripts/fusionforge-build-and-test-src-cos.sh
index
bd33678
..
7aaa3e9
100755
(executable)
--- a/
tests/scripts/fusionforge-build-and-test-src-cos.sh
+++ b/
tests/scripts/fusionforge-build-and-test-src-cos.sh
@@
-42,6
+42,7
@@
echo "Stop cron daemon"
ssh root@$HOST "service crond stop" || true
# Copy selenium
+make -C 3rd-party/selenium selenium-server.jar
rsync -a 3rd-party/selenium/selenium-server.jar root@$HOST:$FORGE_HOME/tests/selenium-server.jar
# Run tests