summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-osx-aarch64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-22 03:35:06 +0100
committerSven Gothel <[email protected]>2023-01-22 03:35:06 +0100
commit5b8f42a801de10c6b324edae0dacfbbdd2742467 (patch)
tree99de8427ec346941604e07d121b9dda0c364458e /make/scripts/tests-osx-aarch64.sh
parentd509a3d435e8357a6148617d7792f164dbd0b529 (diff)
scripts/tests*.sh: Put 'ulimit -c unlimited' in root script
Diffstat (limited to 'make/scripts/tests-osx-aarch64.sh')
-rwxr-xr-xmake/scripts/tests-osx-aarch64.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/scripts/tests-osx-aarch64.sh b/make/scripts/tests-osx-aarch64.sh
index 0d4998338..e3803e044 100755
--- a/make/scripts/tests-osx-aarch64.sh
+++ b/make/scripts/tests-osx-aarch64.sh
@@ -15,7 +15,5 @@ export SWT_CLASSPATH=`pwd`/lib/swt/cocoa-macosx-aarch64/swt.jar
spath=`dirname $0`
-ulimit -c unlimited
-
. $spath/tests.sh $JAVA_HOME/bin/java -DummyArg ../build-macosx $*