소스 검색

fixed path

Rodja Trappe 3 년 전
부모
커밋
006c3ec252
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      test_startup.sh

+ 0 - 2
test_startup.sh

@@ -27,9 +27,7 @@ check() {
 }
 
 exitcode=0
-pushd ../
 check main.py || exitcode=1
 check examples.py || exitcode=1
-popd
 echo exit $exitcode
 test $exitcode -eq 0