diff options
| author | 2023-10-03 10:41:32 +0100 | |
|---|---|---|
| committer | 2023-10-03 10:41:32 +0100 | |
| commit | 2cd858c679d25633077ca78b67182a9b77653816 (patch) | |
| tree | 432890e32f7cc611004bba596d688c5e7a46cba9 /test/uid.test | |
| parent | d45396aad911d496494a587bd2d3ef20c2e8a8d0 (diff) | |
| download | libplist-2cd858c679d25633077ca78b67182a9b77653816.tar.gz libplist-2cd858c679d25633077ca78b67182a9b77653816.tar.bz2 | |
test: use unique output file names across tests
Without the change tests ran in parallel occasionally clobber outputs of
one another and fail as:
$ make check -j16 VERBOSE=y
...
FAIL: huge
==========
Converting
File ../test/data/5.plist is open
PList XML parsing succeeded
PList BIN writing succeeded
PList BIN parsing succeeded
PList XML writing succeeded
Size of input and output is different
Input size : 4292380
Output size : 4305301
Comparing
PList parsing failed
FAIL huge.test (exit status: 3)
Closes: https://github.com/libimobiledevice/libplist/issues/234#issuecomment-1743820556
Diffstat (limited to 'test/uid.test')
| -rwxr-xr-x | test/uid.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uid.test b/test/uid.test index f131c6d..a62756f 100755 --- a/test/uid.test +++ b/test/uid.test | |||
| @@ -9,7 +9,7 @@ if ! test -d "$DATAOUT"; then | |||
| 9 | fi | 9 | fi |
| 10 | 10 | ||
| 11 | echo "Converting" | 11 | echo "Converting" |
| 12 | $top_builddir/test/plist_btest $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out | 12 | $top_builddir/test/plist_btest $DATASRC/$TESTFILE $DATAOUT/uid.test.out |
| 13 | 13 | ||
| 14 | echo "Comparing" | 14 | echo "Comparing" |
| 15 | $top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out | 15 | $top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/uid.test.out |
