Browse Source

Merge pull request #894 from prometheus/superq/ttar_cleanup

Cleanup sys fixtures before unpacking
pull/899/head
Ben Kochie 7 years ago committed by GitHub
parent
commit
4c863f3b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Makefile

1
Makefile

@ -91,6 +91,7 @@ skip-test-32bit:
collector/fixtures/sys/.unpacked: collector/fixtures/sys.ttar
@echo ">> extracting sysfs fixtures"
if [ -d collector/fixtures/sys ] ; then rm -r collector/fixtures/sys ; fi
./ttar -C collector/fixtures -x -f collector/fixtures/sys.ttar
touch $@

Loading…
Cancel
Save