diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-04 15:09:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-04 15:09:13 +0300 |
commit | f399c3b02c8a97f20d92245cf6b3d0b6b0e1e874 (patch) | |
tree | 6d3207da4a3499910c50fcc53aab88c8dcb48311 /tests/worker | |
parent | 273fa333112b16811d15755ebe55defb9508c073 (diff) |
Rename .test/test{} to .testscript/testscript{}
Diffstat (limited to 'tests/worker')
-rw-r--r-- | tests/worker/bootstrap.testscript (renamed from tests/worker/bootstrap.test) | 2 | ||||
-rw-r--r-- | tests/worker/build.testscript (renamed from tests/worker/build.test) | 2 | ||||
-rw-r--r-- | tests/worker/buildfile | 2 | ||||
-rw-r--r-- | tests/worker/startup.testscript (renamed from tests/worker/startup.test) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/worker/bootstrap.test b/tests/worker/bootstrap.testscript index 359dc88..2cf91e6 100644 --- a/tests/worker/bootstrap.test +++ b/tests/worker/bootstrap.testscript @@ -1,4 +1,4 @@ -# file : tests/worker/bootstrap.test +# file : tests/worker/bootstrap.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file diff --git a/tests/worker/build.test b/tests/worker/build.testscript index 23d5b36..3d32e0a 100644 --- a/tests/worker/build.test +++ b/tests/worker/build.testscript @@ -1,4 +1,4 @@ -# file : tests/worker/build.test +# file : tests/worker/build.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file diff --git a/tests/worker/buildfile b/tests/worker/buildfile index 5483c51..5be4d39 100644 --- a/tests/worker/buildfile +++ b/tests/worker/buildfile @@ -24,5 +24,5 @@ sudo /usr/sbin/in.tftpd \ # import worker = bbot%exe{bbot-worker} -./: test{*} $worker +./: testscript{*} $worker ./: test = $worker diff --git a/tests/worker/startup.test b/tests/worker/startup.testscript index 8e8dcf5..e44a74b 100644 --- a/tests/worker/startup.test +++ b/tests/worker/startup.testscript @@ -1,4 +1,4 @@ -# file : tests/worker/startup.test +# file : tests/worker/startup.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file |