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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
