about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-16 16:44:50 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-16 16:44:50 -0700
commit9f71ea06e895a9f69f46dcab8f4d667f4d7743c8 (patch)
treeffa5e3a3418f6754939a902d8c64559ac1b363c2
parent920e284183095a460d8524056f6d4251200e0858 (diff)
downloadunicorn-9f71ea06e895a9f69f46dcab8f4d667f4d7743c8.tar.gz
Help me ensure we never forget to run tests again.
-rw-r--r--local.mk.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.mk.sample b/local.mk.sample
index c5d3b0e..4c89e0e 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -23,9 +23,9 @@ SHELL := /bin/bash -e -o pipefail
 
 full-test: test-18 test-19
 test-18:
-        $(MAKE) test 2>&1 | sed -u -e 's!^!1.8 !'
+        $(MAKE) test test-rails 2>&1 | sed -u -e 's!^!1.8 !'
 test-19:
-        $(MAKE) test r19=1 2>&1 | sed -u -e 's!^!1.9 !'
+        $(MAKE) test test-rails r19=1 2>&1 | sed -u -e 's!^!1.9 !'
 
 # publishes docs to http://unicorn.bogomips.org
 publish_doc: