diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2020-01-18 15:56:01 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2020-01-21 15:07:54 +0000 |
commit | 0599db3576838fcd3d736a2c93db0c7e0024f812 (patch) | |
tree | d54dedf8f054334015f94d0b66aff243e7c6e047 /test | |
parent | c187f414c5bf76bbd6bf511ce8a62263e86abc46 (diff) |
copyFile: de-poco-ize and handle EINTR and short writes.
Change-Id: I2046881c786a9f31f45c53f282de9ddd9a9cebcf
Diffstat (limited to 'test')
-rwxr-xr-x | test/run_unit.sh.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/run_unit.sh.in b/test/run_unit.sh.in index d05e2f48f..5fb8a6936 100755 --- a/test/run_unit.sh.in +++ b/test/run_unit.sh.in @@ -56,16 +56,6 @@ echo " $cmd_line" # drop .la suffix tst=`echo $tst | sed "s/\.la//"`; -if test "z$tst" != "z" && test "z$CPPUNIT_TEST_NAME" != "z"; then - # $tst is not empty, but $CPPUNIT_TEST_NAME is set, exit early if they - # don't match. - if test "z$tst" != "z$CPPUNIT_TEST_NAME"; then - touch $tst_log - echo ":test-result: SKIP $tst (disabled by CPPUNIT_TEST_NAME)" > $test_output - exit 0; - fi -fi - export LOOL_LOGLEVEL=trace if test "z$enable_debug" != "ztrue"; then |