From f6d8fabc4cdfd1f4b164366a1dd3235279509380 Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Sun, 11 Apr 2021 14:08:49 +0200 Subject: [PATCH] removed PABCRtl from _RebuildReleaseAndRunTests --- _RebuildReleaseAndRunTests.sh | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/_RebuildReleaseAndRunTests.sh b/_RebuildReleaseAndRunTests.sh index 5b6351118..ef74247d2 100755 --- a/_RebuildReleaseAndRunTests.sh +++ b/_RebuildReleaseAndRunTests.sh @@ -16,28 +16,9 @@ export MONO_IOMAP=all cd ReleaseGenerators mono ../bin/pabcnetc.exe RebuildStandartModulesMono.pas /rebuild if [ $? -eq 0 ]; then - cd PABCRtl - mono ../../bin/pabcnetc.exe PABCRtl.pas /rebuild if [ $? -eq 0 ]; then - sn -Vr PABCRtl.dll - sn -R PABCRtl.dll KeyPair.snk - sn -Vu PABCRtl.dll - cp PABCRtl.dll ../../bin/Lib - mono ../../bin/pabcnetc.exe PABCRtl32.pas /rebuild - if [ $? -eq 0 ]; then - sn -Vr PABCRtl32.dll - sn -R PABCRtl32.dll KeyPair32.snk - sn -Vu PABCRtl32.dll - cp PABCRtl32.dll ../../bin/Lib - sudo gacutil -u PABCRtl - sudo gacutil -i ../../bin/Lib/PABCRtl.dll - cd .. - mono ../bin/pabcnetc.exe RebuildStandartModules.pas /rebuild - if [ $? -eq 0 ]; then - cd ../bin - mono TestRunner.exe - cd .. - fi - fi + cd ../bin + mono TestRunner.exe + cd .. fi fi