From b7e797bf5c0f7cafc6f3fd103e56b39d2bb5eb87 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 17 Feb 2003 09:43:04 +0000 Subject: [PATCH] Sync with the rest of code. [SVN r17481] --- new/testing.jam | 7 +++---- v2/tools/testing.jam | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/new/testing.jam b/new/testing.jam index 30e1b32d9..9e6b00e2b 100644 --- a/new/testing.jam +++ b/new/testing.jam @@ -26,13 +26,12 @@ rule unit-test-target-class ( name : project : sources * : requirements * local result = [ typed-target.construct $(source-targets) : $(properties) ] ; local exe = $(result[1]) ; - local exe-action = [ $(exe).action ] ; - local timestamp = [ new file-target $(self.name) : : $(self.project) - ] ; + local exe-action = [ $(exe).action ] ; + local timestamp = [ new file-target $(self.name) : : $(self.project) ] ; $(timestamp).suffix "passed" ; local a = [ new action $(timestamp) : $(exe) : testing.run : - [ $(exe-action).properties ] ] ; + [ $(exe-action).properties-ps ] ] ; $(timestamp).action $(a) ; return $(timestamp) ; } diff --git a/v2/tools/testing.jam b/v2/tools/testing.jam index 30e1b32d9..9e6b00e2b 100644 --- a/v2/tools/testing.jam +++ b/v2/tools/testing.jam @@ -26,13 +26,12 @@ rule unit-test-target-class ( name : project : sources * : requirements * local result = [ typed-target.construct $(source-targets) : $(properties) ] ; local exe = $(result[1]) ; - local exe-action = [ $(exe).action ] ; - local timestamp = [ new file-target $(self.name) : : $(self.project) - ] ; + local exe-action = [ $(exe).action ] ; + local timestamp = [ new file-target $(self.name) : : $(self.project) ] ; $(timestamp).suffix "passed" ; local a = [ new action $(timestamp) : $(exe) : testing.run : - [ $(exe-action).properties ] ] ; + [ $(exe-action).properties-ps ] ] ; $(timestamp).action $(a) ; return $(timestamp) ; }