diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-21 15:14:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-21 15:14:07 +0200 |
commit | fae6cd2235c907e077dad7b5d8dc9b6d90a78a37 (patch) | |
tree | 363010dda8c55b4c92ad0486c109e554db282f19 /tests/test | |
parent | 71dec1fe08fd40b599028fbbafb39e0661aeafff (diff) |
Change build.driver/path variable to build.path/process_path
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/script/integration/buildfile | 2 | ||||
-rw-r--r-- | tests/test/script/runner/cleanup.test | 2 | ||||
-rw-r--r-- | tests/test/script/runner/status.test | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/test/script/integration/buildfile b/tests/test/script/integration/buildfile index 9b7b906..d2b77c9 100644 --- a/tests/test/script/integration/buildfile +++ b/tests/test/script/integration/buildfile @@ -4,4 +4,4 @@ ./: test{testscript} -test{*}: test = $build.driver +test{*}: test = $effect($build.path) 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\' |