Skip to content

Commit 0a08374

Browse files
committed
TestSuite: prefix the test dir with test name.
Otherwise it's impossible to find a particular test on the device.
1 parent 366c6cc commit 0a08374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Corrade/TestSuite/AdbRunner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fi
6161
# Create a local temporary directory. Android doesn't have mktemp, so we have
6262
# to assume that there is ever only one computer connected to a device /
6363
# emulator and so mktemp always returns unique value.
64-
tmpdir=$(mktemp -d /tmp/corrade-testsuite-XXXXX)
64+
tmpdir=$(mktemp -d /tmp/corrade-testsuite-$filename-XXXXX)
6565
remote_tmpdir=/data/local$tmpdir
6666

6767
# The device / emulator might have stale temporary directories that could clash

0 commit comments

Comments
 (0)