[med-svn] [Git][med-team/plast][simde] Do not hardcode the arch for running test
Nilesh Patra
gitlab at salsa.debian.org
Sat Dec 5 19:37:39 GMT 2020
Nilesh Patra pushed to branch simde at Debian Med / plast
Commits:
faed4f0c by Nilesh Patra at 2020-12-06T01:07:14+05:30
Do not hardcode the arch for running test
- - - - -
1 changed file:
- debian/patches/adapt_auto_test_script.sh
Changes:
=====================================
debian/patches/adapt_auto_test_script.sh
=====================================
@@ -12,7 +12,7 @@ Description: Adapt test script to Debian installation
-_result=$_scripts_dir/out.txt
+BUILD_DIR=obj-$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DATA_DIR=$(pwd)/db
-+_script=`find $(pwd)/obj-x86_64-linux-gnu/bin -name plast -executable`
++_script=`find $(pwd)/obj-*-linux-gnu/bin -name plast -executable`
+_result=`dirname $_script`/out.txt
echo
View it on GitLab: https://salsa.debian.org/med-team/plast/-/commit/faed4f0cc37cd6dec7460c32ab269e8b2bf99894
--
View it on GitLab: https://salsa.debian.org/med-team/plast/-/commit/faed4f0cc37cd6dec7460c32ab269e8b2bf99894
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201205/194f8fea/attachment.html>
More information about the debian-med-commit
mailing list