# Useful/necessary for the acsMakeInstall*, makeCleanDist2 and acsMakeBadIntroot tests only! # Replace each of the used subdectories for this duplicateFile # by a generic name (), as we are not sure in which order # they will be listed. s/\.\/duplicateFile/duplicateFile/ s/\.\/subdir1\/duplicateFile/duplicateFile/ s/\.\/subdir1\/subdir1.1\/duplicateFile/duplicateFile/ s/\.\/subdir2\/duplicateFile/duplicateFile/ s/\/.*\/lib\/python\/site-packages\/AcsPyTestPkg/\/lib\/python\/site-packages\/AcsPyTestPkg/ s/\/.*\/acs\/test/\/test/ # Note that these acsMakeInstall* tests can be executed directly via "tat", and also via # "make test"; in the latter case it means "make" will execute a test that executes a "make", # i.e. there will be an additional level of make and that produces some differences in output. # The "Entering directory" and "Leaving directory" messages are stripped off by TestList.grep, # so what is left is to fake output from a single make level. s/make\[1\]:/make:/ # The output from /bin/ls for non-existing files is different between RHEL 5.x and 6.x # (RHEL 6.x prepends "cannot access " to ": No such file or directory") s/ls: cannot access /ls: / # The error msg provoked by a bad INTROOT setting includes a line-nr inside acsMakefile s/acsMakefile:[0-9]*:/acsMakefile:xxxx:/