From 5eed9d4e3ec219740034ba243eb72d96ff8c82b4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 23 Apr 2009 18:58:43 -0700 Subject: GNUmakefile: mark test_upload as a slow test --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c4df0cc..6beed35 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ awk_slow := awk '/def test_/{print FILENAME"--"$$2".n"}' 2>/dev/null rails_vers := $(subst test/rails/app-,,$(wildcard test/rails/app-*)) slow_tests := test/unit/test_server.rb test/exec/test_exec.rb \ - test/unit/test_signals.rb + test/unit/test_signals.rb test/unit/test_upload.rb log_suffix = .$(RUBY_VERSION).log T_r := $(wildcard test/rails/test*.rb) T := $(filter-out $(slow_tests) $(T_r), $(wildcard test/*/test*.rb)) -- cgit v1.2.3-24-ge0c7