Configuring a test so that it won't fail during parallel testing.

This commit is contained in:
Ward Fisher 2017-12-06 15:00:21 -07:00
parent e07a966575
commit 24c6b27dfe
2 changed files with 3 additions and 1 deletions

View File

@ -117,4 +117,4 @@ diff tst_diskless3_file.cdl tst_diskless3_memory.cdl
# cleanup
rm -f $FILE3 tst_diskless3_file.cdl tst_diskless3_memory.cdl
exit
exit 0

View File

@ -121,6 +121,8 @@ ENDIF()
ENDIF(USE_STRICT_NULL_BYTE_HEADER_PADDING)
add_sh_test(ncdump tst_nccopy3)
SET_TESTS_PROPERTIES(ncdump_tst_nccopy3 PROPERTIES RUN_SERIAL TRUE)
add_sh_test(ncdump tst_nccopy3_subset)
add_sh_test(ncdump tst_charfill)