[Pkg-javascript-commits] [sockjs-client] 63/434: Use makefile

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit f0b8cc8b491036705b2ffb758aac1dfeedeb6854
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Wed Aug 10 14:11:16 2011 +0100

    Use makefile
---
 test.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/test.sh b/test.sh
index 2d6e8b7..bba391f 100755
--- a/test.sh
+++ b/test.sh
@@ -5,12 +5,9 @@ if [ -e .pidfile.pid ]; then
 fi
 
 while [ 1 ]; do
-    echo " [*] Generating javascript"
-    coffee -o tests/lib/ -c --bare tests-src/*.coffee && \
-        coffee bin/render.coffee lib/all.js > tests/lib/sockjs.js && \
     while [ 1 ]; do
         echo " [*] Running http server"
-        node bin/simple_http_server.js --dir tests &
+        make tests &
         SRVPID=$!
         echo $SRVPID > .pidfile.pid
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list