Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2016-02-24 11:07:02
Size: 37
Editor: tcampb
Comment:
Revision 7 as of 2016-02-24 11:48:19
Size: 623
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= BLOCK-1B =
== Adapted from DL ==
= BLOCK-1B (Test Setup) =
=== Adapted from DL ===

{{{

cd /SPC_Test/F3C-Quality/
script
date
pwd
ls -l

ls -l img_gen/F3Cv3/IMAGEFILES/
cp img_gen/F3Cv3/IMAGEFILES/* base/IMAGEFILES/

ls -l img_gen/F3Cv3/testNOMSUM/NOMINALS/
cp img_gen/F3Cv3/testNOMSUM/NOMINALS/* orig/NOMINALS/

ls -l img_gen/F3Cv3/testNOMSUM/REGSUM/
cp img_gen/F3Cv3/testNOMSUM/REGSUM/* orig/SUMFILES/

rsync --delete -hapvP orig/ test/
cd test/

#Sub-test specific
ln -s ../PICTLIST-C1.TXT PICTLIST.TXT
cat PICTLIST.TXT
#End sub-test specific

ls -l
cd ..

date
exit

mv typescript typeLog/typescriptTestSetup

}}}

BLOCK-1B (Test Setup)

Adapted from DL

cd /SPC_Test/F3C-Quality/
script
date
pwd
ls -l

ls -l img_gen/F3Cv3/IMAGEFILES/
cp img_gen/F3Cv3/IMAGEFILES/* base/IMAGEFILES/

ls -l img_gen/F3Cv3/testNOMSUM/NOMINALS/
cp img_gen/F3Cv3/testNOMSUM/NOMINALS/* orig/NOMINALS/

ls -l img_gen/F3Cv3/testNOMSUM/REGSUM/
cp img_gen/F3Cv3/testNOMSUM/REGSUM/* orig/SUMFILES/

rsync --delete -hapvP orig/ test/
cd test/

#Sub-test specific
ln -s ../PICTLIST-C1.TXT PICTLIST.TXT
cat PICTLIST.TXT
#End sub-test specific

ls -l
cd ..

date
exit

mv typescript typeLog/typescriptTestSetup

F3CBLOCK-1B (last edited 2016-02-29 14:59:24 by tcampb)