Skip to content

Commit 7aaf9a2

Browse files
authored
Merge pull request #47837 from smuzaffar/asan-testUploadConditions-issue
Do not use command ls with -lh option: Fixes unit test for ASAN IB
2 parents 4188997 + 9629f1a commit 7aaf9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CondCore/Utilities/test/test_uploadConditions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cat <<EOF >> BasicPayload_v0_ref.txt
3232
}
3333
EOF
3434

35-
echo "Content of the directory is:" `ls -lh . | grep db`
35+
echo "Content of the directory is:" `ls . | grep db`
3636
echo -ne '\n\n'
3737

3838
if test -f "BasicPayload_v0.txt"; then

0 commit comments

Comments
 (0)