Change in gapk[master]: tests/testsuite.at: fix: use proper dir for io/pq_file test

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon Jul 9 13:34:08 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/9929


Change subject: tests/testsuite.at: fix: use proper dir for io/pq_file test
......................................................................

tests/testsuite.at: fix: use proper dir for io/pq_file test

The 'io_sample.txt' is stored in the source directory,
not in the build directory...

Change-Id: Icae2b8c0a7d5e5b8894cf6ac1370803f39382ffb
---
M tests/testsuite.at
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/29/9929/1

diff --git a/tests/testsuite.at b/tests/testsuite.at
index 5946661..4635565 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -12,7 +12,7 @@
 cat $abs_srcdir/io/pq_file_test.ok > expout
 AT_CHECK([
 	$abs_top_builddir/tests/io/pq_file_test \
-		$abs_top_builddir/tests/io/io_sample.txt],
+		$abs_srcdir/tests/io/io_sample.txt],
 	[0], [expout])
 AT_CLEANUP
 

-- 
To view, visit https://gerrit.osmocom.org/9929
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icae2b8c0a7d5e5b8894cf6ac1370803f39382ffb
Gerrit-Change-Number: 9929
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180709/4f986ace/attachment.htm>


More information about the gerrit-log mailing list