Skip to content

Commit

Permalink
qa: ensure appropriate level of clout clean QA 1485 state
Browse files Browse the repository at this point in the history
Seeing some errors like the following in CI from this test,
which is called by 1487 (valgrind variant).

> rm: cannot remove '/var/tmp/1487-1642747/root/dev/disk/by-uuid/671db429-689a-4dfa-81a8-050c3b651334': Permission denied
  • Loading branch information
natoscott committed Mar 4, 2024
1 parent 280f8f0 commit a8847c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/1485
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ _doit

echo
echo "/dev/disk/by-uuid empty ..."
rm -f $LINUX_STATSPATH/dev/disk/by-uuid/*
$sudo rm -f $LINUX_STATSPATH/dev/disk/by-uuid/*
DEBUG='-Dappl8'
_doit

echo
echo "/dev/disk/by-uuid missing ..."
rm -rf $LINUX_STATSPATH/dev/disk/by-uuid
$sudo rm -rf $LINUX_STATSPATH/dev/disk/by-uuid
DEBUG='-Dappl8'
_doit

Expand Down

0 comments on commit a8847c3

Please sign in to comment.