summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-06-16 08:18:22 (GMT)
committerGitHub <noreply@github.com>2020-06-16 08:18:22 (GMT)
commit4dc6e9e3d5782dddfc42816081d4f37119c63a0f (patch)
tree59ebc5102f6954ff7ff932d73e4418d5072ff740 /tests
parentd9c9926f2409794af1c47ae1d987ad52d0172212 (diff)
parent54efea9e696b9803d9d0e8f71436a01762f1c37c (diff)
downloadpatchelf-4dc6e9e3d5782dddfc42816081d4f37119c63a0f.zip
patchelf-4dc6e9e3d5782dddfc42816081d4f37119c63a0f.tar.gz
patchelf-4dc6e9e3d5782dddfc42816081d4f37119c63a0f.tar.bz2
Merge pull request #130 from am813nt/master
Fixed parallel execution of tests (parallel-tests in automake)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/no-rpath-prebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/no-rpath-prebuild.sh b/tests/no-rpath-prebuild.sh
index aa27b7a..c58cf8e 100755
--- a/tests/no-rpath-prebuild.sh
+++ b/tests/no-rpath-prebuild.sh
@@ -4,7 +4,7 @@ ARCH="$1"
PAGESIZE=4096
if [ -z "$ARCH" ]; then
- ARCH=$(basename $0 .sh | sed -e 's/.*-//')
+ ARCH=$(basename $0 .sh | sed -e 's/^no-rpath-//')
fi
SCRATCH=scratch/no-rpath-$ARCH