From 787b54dffc149f1cc30515460dc3a015ded516c3 Mon Sep 17 00:00:00 2001 From: bbracker Date: Mon, 25 Oct 2021 13:24:02 -0700 Subject: [PATCH] copy / link to checkpoint 8500000 dir --- wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py | 2 +- wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py b/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py index 262b24b7..9f703ff7 100755 --- a/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py +++ b/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py @@ -57,6 +57,6 @@ pyTee('_____________________________________________________________________') for tvFile in copyList: pyTee('Copying '+tvFile+' from Tera') - os.system('scp '+tera+':/courses/e190ax/buildroot_boot/'+tvFile+' ./') + os.system('scp -r'+tera+':/courses/e190ax/buildroot_boot/'+tvFile+' ./') pyTee('Done!') logFile.close() diff --git a/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh index 70ef4710..f1004919 100755 --- a/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh +++ b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh @@ -5,4 +5,5 @@ ln -s /courses/e190ax/buildroot_boot/ram.txt ram.txt ln -s /courses/e190ax/buildroot_boot/vmlinux.objdump vmlinux.objdump ln -s /courses/e190ax/buildroot_boot/vmlinux.objdump.addr vmlinux.objdump.addr ln -s /courses/e190ax/buildroot_boot/vmlinux.objdump.lab vmlinux.objdump.lab +ln -s /courses/e190ax/buildroot_boot/checkpoint8500000 ./checkpoint8500000 echo "Done!"