Commit graph

181 commits

Author SHA1 Message Date
Martin Aeschlimann
24dfa08f6f Theme tests as extension test 2016-04-08 23:26:12 +02:00
Joao Moreno
460783f343 split tests 2016-03-08 11:51:00 +01:00
Phillip Johnsen
a3e4855bcc Use local version of gulp in ./scripts/code.sh.
As with #3649 it removes the need for global installation of gulp.
This was already the case for the windows, in ./scripts/code.bat.
2016-03-03 20:50:12 +01:00
João Moreno
505e954a4f only disable console attachment when in TFS 2016-03-03 17:20:48 +01:00
Joao Moreno
2139bfece6 refactor 2016-03-03 11:26:05 +01:00
Joao Moreno
3249f6960e make batch file return non zero on test fail 2016-03-03 11:17:48 +01:00
Joao Moreno
d4083f3dac use ELECTRON_NO_ATTACH_CONSOLE 2016-03-03 11:00:56 +01:00
Joao Moreno
8c34045f0f use start 2016-03-03 10:50:52 +01:00
Joao Moreno
5705c820bb remove echo off from tests 2016-03-03 10:33:05 +01:00
João Moreno
5bf2ca9681 Merge pull request #3103 from jamesqo/patch-1
Forward arguments in the shell script correctly: use "$@" instead of $*
2016-02-18 17:12:46 +01:00
Alex Dima
3e78859e24 Don't leak env variables from batch files 2016-02-18 16:50:53 +01:00
James Ko
9a40a06a46 Forward arguments correctly: use "$@" instead of $*
Also added an exec to improve performance (which replaces the current process instead of spawning a subshell),
and changed the shebang to #!/usr/bin/env as this is best practice.
2016-02-18 00:47:09 -05:00
Joao Moreno
d46c0646f2 move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-02-15 11:07:22 +01:00
Joao Moreno
4821ad5f43 use ELECTRON_RUN_AS_NODE 2016-02-12 12:43:24 +01:00
xzper
8a850be7fc replace powershell with findstr 2016-01-20 13:27:52 +08:00
João Moreno
2db3302987 do not rename electron.exe 2016-01-13 11:15:03 +01:00
Joao Moreno
3e690ee703 fail test script on error 2016-01-12 16:59:22 +01:00
Joao Moreno
027ba03e63 enable tests 2016-01-12 16:29:10 +01:00
Joao Moreno
55963623d7 skip integration tests 2016-01-12 16:17:34 +01:00
João Moreno
c0b229aadb fix test.bat 2016-01-11 16:14:37 +01:00
Benjamin Pasero
059e335427 Revert "ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE"
This reverts commit 37dbbb3573.
2016-01-08 17:32:21 +01:00
Benjamin Pasero
37dbbb3573 ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-01-05 16:32:32 +01:00
Joao Moreno
00865464d2 scripts/test
#1523
2016-01-04 12:35:35 +01:00
Benjamin Pasero
1831ca39f2 Windows: Running code in a console after code.bat was run causes issues (fixes #1438) 2015-12-18 09:21:19 +01:00
Benjamin Pasero
374cfd1507 set ELECTRON_DEFAULT_ERROR_MODE when running code.bat and crash reporter is not enabled 2015-12-01 15:26:04 +01:00
Joao Moreno
ca49e38ea4 fix the build 2015-11-26 14:36:25 +01:00
Joao Moreno
0b6f18f623 compile before code
#22
2015-11-26 10:07:11 +01:00
Joao Moreno
4a85ac575c run npm install on scripts/code
#22
2015-11-26 09:29:49 +01:00
Joao Moreno
e22834e316 place electron in .build/electron
related to #22
2015-11-26 09:03:36 +01:00
Joao Moreno
5fc7cc270e fix #67 2015-11-18 18:30:13 +01:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00