summaryrefslogtreecommitdiff
path: root/tests/regression-funcs.sh
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-03-18 01:29:50 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-03-18 01:29:50 +0100
commitbb97bcec6b2b1f7cbb82f867892c1d91811e4dcf (patch)
tree483a05554de0008102c1c783178c37997390b294 /tests/regression-funcs.sh
parentaa1f38015cb0d04a5c50a8957dd7aba79f0d8882 (diff)
Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.
This allows running more fate tests on remote targets without the source tree.
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index 75387952e7..da17ac587f 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -11,7 +11,7 @@ target_exec=$4
target_path=$5
threads=${6:-1}
cpuflags=${8:-all}
-samples=$9
+target_samples=$9
datadir="./tests/data"
target_datadir="${target_path}/${datadir}"