From 41d547892c03a34b32666f9c629147742fae579f Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:13:57 +0000 Subject: [PATCH] Re-introduce test.sh as convenience wrapper around ./y.rs test --- test.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 test.sh diff --git a/test.sh b/test.sh new file mode 100755 index 00000000000..3d929a1d50c --- /dev/null +++ b/test.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +exec ./y.rs test