From 8850e41b3c51a5d90ca6c1667d6c1b1cebae6ad0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 7 Jun 2018 23:45:31 +0200 Subject: "after" tasks working --- app/relay/modules/test.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app/relay/modules/test.js') diff --git a/app/relay/modules/test.js b/app/relay/modules/test.js index 8876f7c..259e817 100644 --- a/app/relay/modules/test.js +++ b/app/relay/modules/test.js @@ -33,10 +33,22 @@ const live = { return null } } +const wait = { + type: 'perl', + script: 'test.pl', + params: '--wait', + after: 'buzz', +} +const buzz = { + type: 'perl', + script: 'test.pl', + params: '--buzz', +} export default { name, cwd, activities: { cpu, gpu, live, + wait, buzz, } } -- cgit v1.2.3-70-g09d2