]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs: Skip slow ptest tests
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Apr 2019 21:34:57 +0000 (22:34 +0100)
committerArmin Kuster <akuster808@gmail.com>
Sun, 14 Apr 2019 14:24:19 +0000 (07:24 -0700)
The slow tests run unreliably with our current setup/infrsstructure/timeouts.

There are only five slow ones and having the other ~250 run reliably without timeouts
is the priority right now. We can revisit the slow tests at some later date if wanted.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest

index ef10b08bc86241b08cfa406be9d060cf4b997aeb..c97c0377e9c0f08346a5ca83bd819b909333ec2b 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 cd ./test
-./test_script | sed -u -e '/:[[:space:]]ok/s/^/PASS: /' -e '/:[[:space:]]failed/s/^/FAIL: /' -e '/:[[:space:]]skipped/s/^/SKIP: /'
+SKIP_SLOW_TESTS=yes ./test_script | sed -u -e '/:[[:space:]]ok/s/^/PASS: /' -e '/:[[:space:]]failed/s/^/FAIL: /' -e '/:[[:space:]]skipped/s/^/SKIP: /'
 rm -rf /var/volatile/tmp/*e2fsprogs*
 rm -f tmp-*
 rm -f *.tmp