summaryrefslogtreecommitdiffstats
path: root/bin/ptxdist
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ptxdist')
-rwxr-xr-xbin/ptxdist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 12b136e26..45bd25c85 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1435,10 +1435,10 @@ parse_second()
fi
for tst in \
- "${PTXDIST_PLATFORMCONFIGDIR}/tests/${1}${PTXDIST_PLATFORMSUFFIX}" \
- "${PTXDIST_PLATFORMCONFIGDIR}/tests/${1}" \
"${PTXDIST_WORKSPACE}/tests/${1}${PTXDIST_PLATFORMSUFFIX}" \
"${PTXDIST_WORKSPACE}/tests/${1}" \
+ "${PTXDIST_PLATFORMCONFIGDIR}/tests/${1}${PTXDIST_PLATFORMSUFFIX}" \
+ "${PTXDIST_PLATFORMCONFIGDIR}/tests/${1}" \
"${PTXDIST_TOPDIR}/tests/${1}${PTXDIST_PLATFORMSUFFIX}" \
"${PTXDIST_TOPDIR}/tests/${1}" \
; do \