attempt of sanity
parent
289e24a0a1
commit
2468c8ad95
|
@ -28,8 +28,11 @@ echo "Now I will try for 15 seconds to connect to Etherpad on http://localhost:9
|
||||||
|
|
||||||
echo "Successfully connected to Etherpad on http://localhost:9001"
|
echo "Successfully connected to Etherpad on http://localhost:9001"
|
||||||
|
|
||||||
# just in case, let's wait for another second before going on
|
# Build the minified files?
|
||||||
sleep 1
|
curl http://localhost:9001/p/minifyme -f -s
|
||||||
|
|
||||||
|
# just in case, let's wait for another 10 seconds before going on
|
||||||
|
sleep 10
|
||||||
|
|
||||||
# a copy of settings.json is necessary for the backend tests to work
|
# a copy of settings.json is necessary for the backend tests to work
|
||||||
cp settings.json.template settings.json
|
cp settings.json.template settings.json
|
||||||
|
|
Loading…
Reference in New Issue