From e6a79e537c9c51bbd835c9d1331871fac26a0fbf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 14:27:38 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- tests/function/builtin/buildfile | 2 +- tests/function/filesystem/buildfile | 2 +- tests/function/install/buildfile | 2 +- tests/function/path/buildfile | 2 +- tests/function/regex/buildfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/function') diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile index 0c38e38..903860b 100644 --- a/tests/function/builtin/buildfile +++ b/tests/function/builtin/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/filesystem/buildfile b/tests/function/filesystem/buildfile index ade9a68..b41344f 100644 --- a/tests/function/filesystem/buildfile +++ b/tests/function/filesystem/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/install/buildfile b/tests/function/install/buildfile index 356ca77..afc729f 100644 --- a/tests/function/install/buildfile +++ b/tests/function/install/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile index 5c2ede2..b6fb6b2 100644 --- a/tests/function/path/buildfile +++ b/tests/function/path/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/regex/buildfile b/tests/function/regex/buildfile index fbac223..b63f64a 100644 --- a/tests/function/regex/buildfile +++ b/tests/function/regex/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b -- cgit v1.1