Update Dockerfile and constants
authorJeroen van der Heijden <jeroen@transceptor.technology>
Mon, 21 Sep 2020 11:46:49 +0000 (13:46 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Mon, 21 Sep 2020 11:46:49 +0000 (13:46 +0200)
itest/Dockerfile
itest/testing/constants.py

index 1d35c047fb765781a821189bc9318e1e68250371..a89dd045c2e107b64964b71eb38c8791e1a31917 100644 (file)
@@ -28,10 +28,5 @@ COPY ./itest/ /itest/
 WORKDIR /itest
 RUN pip install -r requirements.txt
 
-#exported grammar is needed for TestGrammar
-COPY ./grammar/ /grammar/
-WORKDIR /grammar
-CMD [ "python", "export_grammar.py"]
-
 WORKDIR /itest
 CMD [ "python", "run_all.py", "-m", "-b=Release" ]
index d009608be6671432fb54dd000d2b86ffdb04a795..5dd551f682cc144781d457dc98b2dc705c5aba28 100644 (file)
@@ -1,4 +1,4 @@
-PYGRAMMAR_PATH = '../grammar/pygrammar/'
+PYGRAMMAR_PATH = '../grammar/'
 TEST_DIR = './testdir'
 SIRIDBC = '../{BUILDTYPE}/siridb-server'
 SERVICE = '/usr/local/bin/siridb-admin'