From fae6cd2235c907e077dad7b5d8dc9b6d90a78a37 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Nov 2016 15:14:07 +0200 Subject: Change build.driver/path variable to build.path/process_path --- tests/test/script/runner/cleanup.test | 2 +- tests/test/script/runner/status.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test/script/runner') diff --git a/tests/test/script/runner/cleanup.test b/tests/test/script/runner/cleanup.test index 4cd8650..5018bd1 100644 --- a/tests/test/script/runner/cleanup.test +++ b/tests/test/script/runner/cleanup.test @@ -10,7 +10,7 @@ amalgamation = using test EOI -b = $build.driver -q --no-column --buildfile - <"./: test{testscript}" \ +b = $effect($build.path) -q --no-column --buildfile - <"./: test{testscript}" \ &?test/*** test c = cat >>>testscript test = \'$test\' diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 00d7257..09d5b16 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -10,7 +10,7 @@ amalgamation = using test EOI -b = $build.driver -q --no-column --buildfile - <"./: test{testscript}" \ +b = $effect($build.path) -q --no-column --buildfile - <"./: test{testscript}" \ &?test/*** test c = cat >>>testscript test = \'$test\' -- cgit v1.1