1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Remove unnecessary pwd in scripts/filelist

This commit is contained in:
Julian Lenz 2022-11-28 17:50:38 +00:00
parent 921e23e83c
commit 54c8025aad

View File

@ -37,7 +37,6 @@ cd $home/tests
dirs=`find . -type d -not -path '*/\.*'`
for subdir in $dirs; do
cd $home/tests/$subdir
pwd
TESTS=`ls T*.cc`
TESTLIST=`echo ${TESTS} | sed s/.cc//g `
PREF=`[ $subdir = '.' ] && echo noinst || echo EXTRA`