Revision: 18170
Author:   [email protected]
Date:     Sun Dec  1 11:40:02 2013 UTC
Log:      Don't run tests if build fails in quickcheck.

[email protected]

Review URL: https://codereview.chromium.org/97803002
http://code.google.com/p/v8/source/detail?r=18170

Modified:
 /branches/bleeding_edge/Makefile

=======================================
--- /branches/bleeding_edge/Makefile    Thu Nov 28 14:10:56 2013 UTC
+++ /branches/bleeding_edge/Makefile    Sun Dec  1 11:40:02 2013 UTC
@@ -355,8 +355,8 @@
 FASTTESTMODES = ia32.release,x64.release,ia32.debug,x64.debug,arm.debug

 quickcheck:
-       @$(MAKE) all optdebug=on; \
-       tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
+       @$(MAKE) all optdebug=on
+       @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
            --arch-and-mode=$(FASTTESTMODES) $(FASTTESTFLAGS) $(TESTFLAGS)
 qc: quickcheck

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to