summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/numactl/numactl/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/numactl/numactl/run-ptest')
-rwxr-xr-xmeta/recipes-support/numactl/numactl/run-ptest4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/numactl/numactl/run-ptest b/meta/recipes-support/numactl/numactl/run-ptest
index e019b0d364e..c95ad8776da 100755
--- a/meta/recipes-support/numactl/numactl/run-ptest
+++ b/meta/recipes-support/numactl/numactl/run-ptest
@@ -3,8 +3,8 @@
# If there is numa support, run the tests. Otherwise skip all the tests.
# Ideally the skipping would happen by the upstream tests.
if ! numactl -s | grep -q "No NUMA support available on this system."; then
- make regress1
- make regress2
+ ./test/regress1
+ ./test/regress2
if numademo -t -e 10M; then
echo "PASS: numademo"
else