diff options
author | lassulus <lass@aidsballs.de> | 2016-08-05 14:37:51 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-08-05 14:37:51 +0200 |
commit | 0c391c4d615ede78622809fc4b08211b1e2ea0af (patch) | |
tree | 4207c359dcddbbf8ffd0423150c317dd87989434 /shared/2configs | |
parent | ca18ca081e3ae6908e4b259895a8333b8da8d046 (diff) |
s 2 buildbot: fix missing ,
Diffstat (limited to 'shared/2configs')
-rw-r--r-- | shared/2configs/shared-buildbot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix index 85e3cdf16..688be2e47 100644 --- a/shared/2configs/shared-buildbot.nix +++ b/shared/2configs/shared-buildbot.nix @@ -98,7 +98,7 @@ f = util.BuildFactory() f.addStep(grab_repo) - for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7" "test-failing" ]: + for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7", "test-failing" ]: addShell(f,name="build-{}".format(i),env=env, command=nixshell + \ ["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \ |