]> granicus.if.org Git - sysstat/commitdiff
simtest: Check for FIXME tags at the end of the tests list
authorSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 1 Oct 2019 14:55:59 +0000 (16:55 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 1 Oct 2019 14:55:59 +0000 (16:55 +0200)
Move test used to look for FIXME tags at the end of the list.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
tests/09900 [moved from tests/00050 with 100% similarity]
tests/TLIST

similarity index 100%
rename from tests/00050
rename to tests/09900
index 4368f8550c0173f4c79e6b2f96ecfcbd1f8f4cbd..1a6a4fc427cb3a2db0a5adea08b778cc82664e89 100644 (file)
@@ -10,7 +10,6 @@ NOTES:
 00015  ./pidstat -V >/dev/null
 00016  ./tapestat -V >/dev/null
 00017  ./cifsiostat -V >/dev/null
-00050  grep -i FIXME *.c *.h *.in && exit 1 || exit 0
 
 =====  Creating data.tmp
 00100  5 x TZ=GMT ./sadc --unix_time=XXXXXXXXX -S XALL,-A_PWR_FAN,-A_PWR_IN,-A_PWR_TEMP,-A_PWR_FREQ tests/data.tmp 1 1 >/dev/null
@@ -375,3 +374,6 @@ NOTES:
 02725  diff -u tests/out.iostat-p-cciss.tmp tests/expected.iostat-p-cciss
 02730  LC_ALL=C TZ=GMT ./iostat cciss/c0d0p1 1 2 > tests/out.iostat-cciss.tmp
 02735  diff -u tests/out.iostat-cciss.tmp tests/expected.iostat-cciss
+
+=====  Tests to be done at the very end
+09900  grep -i FIXME *.c *.h *.in && exit 1 || exit 0