Commit da7f4440 authored by Giannis Kepas's avatar Giannis Kepas
Browse files

ignore return value of cp

parent 8358af9b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,8 +20,9 @@ test_assignment_1:
      - TEST_FILE: test/assignment-1/test_10.js
  script:
    - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/web-programming/web-prog-tests.git
    - cp ./*.html web-prog-tests/test
    - cp ./*.js web-prog-tests/test
    - |
      cp ./*.html web-prog-tests/test 2>/dev/null || :
      cp ./*.js web-prog-tests/test 2>/dev/null || :
    - cd web-prog-tests
    - npm install
    - npm run lint ./test/*.js