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