~ chicken-core (chicken-5) 0a8b45194e2123b5bcaac1beb1795a9498975edd
commit 0a8b45194e2123b5bcaac1beb1795a9498975edd Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Apr 15 17:44:34 2017 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Apr 15 17:44:34 2017 +0200 don't remove remover.o from current dir, stupid diff --git a/tests/runtests.sh b/tests/runtests.sh index cc2d5d93..7b634727 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -455,7 +455,7 @@ $compile2 -link reverser linking-tests.scm ./linking-tests $compile2 -link reverser linking-tests.scm -static ./linking-tests -mv reverser.o reverser.import.scm "$CHICKEN_INSTALL_REPOSITORY" +cp reverser.o reverser.import.scm "$CHICKEN_INSTALL_REPOSITORY" CHICKEN_INSTALL_REPOSITORY=$CHICKEN_INSTALL_REPOSITORY CHICKEN_REPOSITORY_PATH=$CHICKEN_REPOSITORY_PATH $compile2 -link reverser linking-tests.scm ./linking-tests CHICKEN_INSTALL_REPOSITORY=$CHICKEN_INSTALL_REPOSITORY CHICKEN_REPOSITORY_PATH=$CHICKEN_REPOSITORY_PATH $compile2 -link reverser linking-tests.scm -staticTrap