From e545cd72aed207b139f0c17441b8e03b640fbd57 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 Jan 2019 18:57:43 +0300 Subject: Fix b-info test to properly run in project source directory --- tests/b-info/testscript | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/b-info/testscript b/tests/b-info/testscript index 2568422..ee04f55 100644 --- a/tests/b-info/testscript +++ b/tests/b-info/testscript @@ -48,9 +48,12 @@ test.options += -b $recall($build.path) touch prj/subprj/buildfile; + # Note: may produce an actual version snapshot id if the testscript runs + # inside the libbutl project source directory. + # $* prj >>/~"%EOO%"; project: prj - version: 1.2.3-a.0.z + %version: 1.2.3-a.0.\\.+%d summary: test project url:$sp %src_root: .+/prj/% -- cgit v1.1