From c11b9b69bcf161658275876d2fd991cc5c103d64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Sep 2018 14:58:18 +0300 Subject: Rename .test/test{} to .testscript/testscript{} --- tests/submit/data.test | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 tests/submit/data.test (limited to 'tests/submit/data.test') diff --git a/tests/submit/data.test b/tests/submit/data.test deleted file mode 100644 index 938d6b8..0000000 --- a/tests/submit/data.test +++ /dev/null @@ -1,35 +0,0 @@ -# file : tests/submit/data.test -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd -# license : MIT; see accompanying LICENSE file - -# Pre-created submission data directory that will be copied by subsequent -# tests and scope setup commands. The common approach will be that group -# scopes copy and modify the parent scope submission directory as required by -# the nested tests and scopes. Tests will also clone the parent scope -# submission data directory to optionally modify it, use and cleanup at the -# end. Note that configuration can not be shared between multiple submission -# handler processes. Also we need to make sure that submission data -# directories are not cloned while being used by submission handler scripts. -# -data_dir = $regex.replace($path_search('*/request.manifest', $src_base), \ - '(.*)/.*', \ - '\1') - -checksum = "$data_dir" - -# Copy the original submission data directory to the root scope. -# -+cp -r $src_base/$data_dir ./ - -root_data_dir = $~/$data_dir - -# The most commonly used submission data directory cloning command that copies -# it from the parent scope working directory. -# -clone_data = cp --no-cleanup -r ../$data_dir ./ -clone_data_clean = cp --no-cleanup -r ../$data_dir ./ &$data_dir/*** - -# Clones the original submission data directory. -# -clone_root_data = cp --no-cleanup -r $root_data_dir ./ -clone_root_data_clean = cp --no-cleanup -r $root_data_dir ./ &$data_dir/*** -- cgit v1.1