Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2016-02-24 11:07:34
Size: 39
Editor: tcampb
Comment:
Revision 4 as of 2016-02-24 11:28:05
Size: 603
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= BLOCK-1B = = BLOCK-1B (Test Setup) =
Line 3: Line 3:

{{{

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 -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 log/typescriptTestSetup

BLOCK-1B (Test Setup)

Adapted from DL

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