Commit df7ba1b7 authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up from previous runs.

parent 20a22b5b
......@@ -2,9 +2,12 @@
# XXX ^^^ bash better also be generated, but is draftly ok as it is now
neotestrunner={{ neotestrunner }}
tmp_directory={{neo_temp_directory}}
tmp_directory={{neo_temp_directory}}/neotest_tmp
export TEMP=$tmp_directory/neotest_tmp
export TEMP=$tmp_directory
# clean up
rm -rf $tmp_directory/*
# SQLite backend
export NEO_TESTS_ADAPTER=SQLite
......
......@@ -6,15 +6,11 @@ extends =
parts + =
runTestSuite.in
# macro: download a file named as section name
# XXX dup from software/gitlab/software.cfg
[download-file]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_buildout_section_name_}
destination = ${buildout:directory}/${:_buildout_section_name_}
[runTestSuite.in]
<= download-file
md5sum = b0fefbd0cb4cdff2a0c1cdb6f376c3c8
md5sum = fd091d5db673e4e6470b1e25f8090415
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment