Skip to content

Commit 35d46fc

Browse files
committed
ts_travis script added
1 parent ce79e57 commit 35d46fc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

transcrypt/development/continuous_integration/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export PATH=$PATH:./transcrypt
2222

2323
# Run the shipment test
2424

25-
python ./transcrypt/development/shipment/shipment_test.py --unattended --transcom python
25+
python ./transcrypt/development/shipment/shipment_test.py --unattended --transcom ts_travis

transcrypt/development/shipment/shipment_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def open (self, url, run):
126126
shipDir = os.path.dirname (os.path.abspath (__file__)) .replace ('\\', '/')
127127
appRootDir = '/'.join (shipDir.split ('/')[ : -2])
128128

129-
transpileCommand = commandArgs.transcom if commandArgs.transcom else 'ts' if commandArgs.inst else f'/{appRootDir}/ts'
130-
129+
transpileCommand = commandArgs.transcom if commandArgs.transcom else 'ts' if commandArgs.inst else f'/{appRootDir}/ts'
130+
131131
print (f'\nApplication root directory: {appRootDir}\n')
132132

133133
def getAbsPath (relPath):

transcrypt/ts_travis

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python $(dirname $0)/__main__.py $@

0 commit comments

Comments
 (0)