From 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 1 Feb 2020 13:07:46 +0100 Subject: Initial Python infrastructure to build more complex processing pipelines and the corresponding changes in ROOF filters --- tests/config.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/config.sh') diff --git a/tests/config.sh b/tests/config.sh index 3d5dbba..7b9d7d8 100644 --- a/tests/config.sh +++ b/tests/config.sh @@ -3,6 +3,8 @@ el7=$(($? == 0)) arch="" [ $el7 -ne 0 ] && arch="64" +[ -f /etc/gentoo-release ] && arch="64" + ods_path=/mnt/ands/ods/bin-fedora/ vma_path=/mnt/ands/ -- cgit v1.2.3