mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 20:12:02 +00:00
Don't add colours in automated test script
This commit is contained in:
parent
7204c08fb2
commit
10008fa9c4
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue