mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Don't add colours in automated test script
This commit is contained in:
@@ -4,19 +4,19 @@ npm rebuild
|
||||
|
||||
echo ">> Starting server..."
|
||||
|
||||
grunt forever:app:start
|
||||
grunt --no-color forever:app:start
|
||||
|
||||
echo ">> Server started"
|
||||
|
||||
sleep 5
|
||||
|
||||
echo ">> Running acceptance tests..."
|
||||
grunt mochaTest:acceptance
|
||||
grunt --no-color mochaTest:acceptance
|
||||
_test_exit_code=$?
|
||||
|
||||
echo ">> Killing server"
|
||||
|
||||
grunt forever:app:stop
|
||||
grunt --no-color forever:app:stop
|
||||
|
||||
echo ">> Done"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user