rpm-ostree/buildutil
Jonathan Lebon 0fafd8ea18 tap-test: fix typo and actually create .test marker
We have this chunk in tap-test:

    if test -f ${test_tmpdir}/.test; then
      rm "${tempdir}" -rf
    fi

But (1) we were never actually touching `.test` and (2), we were
checking in `test_tmpdir` instead of `tmpdir`. This meant that the test
dirs were never actually cleaned up.

Create the marker file and make sure we rm the right dir. Also re-indent
to remove tabs.

Closes: #854
Approved by: cgwalters
2017-06-29 16:16:54 +00:00
..
.gitignore build: Use git.mk, make git status clean 2016-03-10 14:36:44 -05:00
attributes.m4 build: Import attributes.m4 copy from systemd, update warnings 2016-08-08 14:26:28 +00:00
glib-tap.mk tests: Adapt to rpm-ostree daemon 2015-09-09 22:00:05 -04:00
glibtests.m4 buildutil: Import some test helpers from json-glib 2014-12-19 10:47:55 -05:00
tap-driver.sh buildutil: Import some test helpers from json-glib 2014-12-19 10:47:55 -05:00
tap-test tap-test: fix typo and actually create .test marker 2017-06-29 16:16:54 +00:00