From 257e2e7f91fcaaf1d7278b227d19c7870e0e2d70 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 25 Jun 2025 11:14:21 +0200 Subject: test data: generate all needed directories As there is no guarantee that "out_dirs" are generated on action set up, do so manually (being OK with the files already being present). --- test/end-to-end/just-mr/TARGETS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/end-to-end/just-mr') diff --git a/test/end-to-end/just-mr/TARGETS b/test/end-to-end/just-mr/TARGETS index 426b2889..38ec06d1 100644 --- a/test/end-to-end/just-mr/TARGETS +++ b/test/end-to-end/just-mr/TARGETS @@ -160,7 +160,8 @@ { "type": "generic" , "out_dirs": ["src"] , "cmds": - [ "for i in `seq 1 10` ; do echo $i > src/$i.txt ; done" + [ "mkdir -p src" + , "for i in `seq 1 10` ; do echo $i > src/$i.txt ; done" , "tar cf src/data.tar src/*.txt" ] } -- cgit v1.2.3