summaryrefslogtreecommitdiff
path: root/odb-tests/common
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-05-02 14:32:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-02 14:52:10 +0300
commit6fad72ea59dca2f2cc9e431bcc5a026bda17fdf2 (patch)
treee6bd10600f450ff8d4c7375a73df1ab453b492ad /odb-tests/common
parent7ce5b6d18b6753717df9cbbbf1e51a7c80124313 (diff)
Fix receipe in odb-tests/common/changelog/buildfile
Diffstat (limited to 'odb-tests/common')
-rw-r--r--odb-tests/common/changelog/buildfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb-tests/common/changelog/buildfile b/odb-tests/common/changelog/buildfile
index 04e0685..751b7a7 100644
--- a/odb-tests/common/changelog/buildfile
+++ b/odb-tests/common/changelog/buildfile
@@ -15,9 +15,13 @@ file{odb.options}: libue{test-meta}
pops = $cxx.lib_poptions($<[0])
depdb hash $pops
+ diag poptions ($<[0]) -> $>
+
f = $path($>[0])
rm -f $f
+ touch $f
+
for o: $pops
echo $o >+$f
end