From: Thomas Walker Lynch Date: Wed, 30 Oct 2024 02:04:35 +0000 (+0000) Subject: env tweaks X-Git-Url: https://git.reasoningtechnology.com/usr/lib/python2.7/encodings/mac_latin2.py?a=commitdiff_plain;h=7848c1d93b28bfe95bb6d87fb0afb41ccd9a36cc;p=Mosaic env tweaks --- diff --git a/tester/jvm/Test_Mosaic.jar b/tester/jvm/Test_Mosaic.jar deleted file mode 100644 index 05330e3..0000000 Binary files a/tester/jvm/Test_Mosaic.jar and /dev/null differ diff --git a/tester/shell/Test0 b/tester/shell/Test0 deleted file mode 100755 index e636935..0000000 --- a/tester/shell/Test0 +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/env bash -java com.ReasoningTechnology.Mosaic.Test.Test0 diff --git a/tester/shell/Test_IO b/tester/shell/Test_IO deleted file mode 100755 index 1de1b73..0000000 --- a/tester/shell/Test_IO +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/env bash -java com.ReasoningTechnology.Mosaic.Test.Test_IO diff --git a/tester/shell/Test_Util b/tester/shell/Test_Util deleted file mode 100755 index a95a289..0000000 --- a/tester/shell/Test_Util +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/env bash -java com.ReasoningTechnology.Mosaic.Test.Test_Util diff --git a/tester/tool/clean_build_directories b/tester/tool/clean_build_directories index 3338096..5b84fd0 100755 --- a/tester/tool/clean_build_directories +++ b/tester/tool/clean_build_directories @@ -1,4 +1,5 @@ #!/usr/bin/env bash +script_afp=$(realpath "${BASH_SOURCE[0]}") # Caveat: the 'shell' directory is for built wrapper # functions. `clean_build_directories` will remove all the files in this diff --git a/tester/tool/make b/tester/tool/make index 717240a..e125d92 100755 --- a/tester/tool/make +++ b/tester/tool/make @@ -1,4 +1,5 @@ #!/bin/env bash +script_afp=$(realpath "${BASH_SOURCE[0]}") # input guards diff --git a/tester/tool/shell_wrapper_list b/tester/tool/shell_wrapper_list index 55229fe..74933cb 100755 --- a/tester/tool/shell_wrapper_list +++ b/tester/tool/shell_wrapper_list @@ -1,4 +1,5 @@ #!/bin/bash +script_afp=$(realpath "${BASH_SOURCE[0]}") # input guards env_must_be="tester/tool/env"