Pārlūkot izejas kodu

no macos testing

Rodja Trappe 2 gadi atpakaļ
vecāks
revīzija
a654264a06
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      test_startup.sh

+ 0 - 1
test_startup.sh

@@ -37,6 +37,5 @@ do
     elif test -f $path/main.py; then
         check $path/main.py || error=1
     fi
-    pkill -f 'Safari' # ensure no old browser tabs keep requesting pages from previous tests (seems to be a osx github action only issue)
 done
 test $error -eq 0