mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
Merge pull request #2043 from luizluca/fixtures_readonly_files
Use rm -rf to remove fixtures
This commit is contained in:
commit
220aa5b889
2
Makefile
2
Makefile
@ -102,7 +102,7 @@ skip-test-32bit:
|
|||||||
|
|
||||||
%/.unpacked: %.ttar
|
%/.unpacked: %.ttar
|
||||||
@echo ">> extracting fixtures"
|
@echo ">> extracting fixtures"
|
||||||
if [ -d $(dir $@) ] ; then rm -r $(dir $@) ; fi
|
if [ -d $(dir $@) ] ; then rm -rf $(dir $@) ; fi
|
||||||
./ttar -C $(dir $*) -x -f $*.ttar
|
./ttar -C $(dir $*) -x -f $*.ttar
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user