[DTrace-devel] [PATCH v2 2/2] Rename tests where same name is used for .d and .sh test

Kris Van Hees kris.van.hees at oracle.com
Tue Jul 6 15:04:05 PDT 2021


Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

On Tue, Jul 06, 2021 at 05:35:45PM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> When two tests have the same base name but .d and .sh extensions,
> the .d test is silently ignored and the .sh test is run in its
> place.  Rename either test to avoid such a conflict.
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
> ---
>  test/unittest/scripting/{tst.sid.sh => tst.sid-valid.sh}    | 0
>  test/unittest/variables/bvar/{tst.id.sh => tst.id-valid.sh} | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename test/unittest/scripting/{tst.sid.sh => tst.sid-valid.sh} (100%)
>  rename test/unittest/variables/bvar/{tst.id.sh => tst.id-valid.sh} (100%)
> 
> diff --git a/test/unittest/scripting/tst.sid.sh b/test/unittest/scripting/tst.sid-valid.sh
> similarity index 100%
> rename from test/unittest/scripting/tst.sid.sh
> rename to test/unittest/scripting/tst.sid-valid.sh
> diff --git a/test/unittest/variables/bvar/tst.id.sh b/test/unittest/variables/bvar/tst.id-valid.sh
> similarity index 100%
> rename from test/unittest/variables/bvar/tst.id.sh
> rename to test/unittest/variables/bvar/tst.id-valid.sh
> -- 
> 2.18.4
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list