Skip to content

Commit

Permalink
Revert "Always create output"
Browse files Browse the repository at this point in the history
This reverts commit 90d04a0.
  • Loading branch information
mvdbeek committed May 21, 2024
1 parent 8d896b1 commit fa5e852
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/functional/tools/composite_output.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<tool id="composite_output" name="composite_output" version="1.0.0">
<command><![CDATA[
touch '$output' &&
mkdir '$output.extra_files_path' &&
cp '$input.extra_files_path'/* '$output.extra_files_path' &&
cp '$input.extra_files_path'/Log '$output.extra_files_path'/second_log &&
Expand Down
1 change: 0 additions & 1 deletion test/functional/tools/composite_output_tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<command>
mkdir '$output.files_path';
mkdir '$output.files_path/output';
touch '$output';
cp '$input.extra_files_path'/* '$output.files_path';
echo "1 2 3" > '$output.files_path/md5out';
echo "1" > '$output.extra_files_path/output/1';
Expand Down

0 comments on commit fa5e852

Please sign in to comment.