Commit 9846459 1 parent 419f4b8 commit 9846459 Copy full SHA for 9846459
File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ foreach program: proxy_test_programs
2
2
test_conf = configuration_data ()
3
3
test_conf.set(' installed_tests_dir' , installed_tests_execdir)
4
4
test_conf.set(' program' , program[0 ])
5
+ test_conf.set(' environment' , ' GIO_PROXY_TEST_NAME=' + program[1 ])
5
6
6
7
test_name = program[0 ]
7
8
if program[0 ] != program[1 ]
Original file line number Diff line number Diff line change 1
1
[Test]
2
2
Type=session
3
- Exec=@installed_tests_dir@/@program@
3
+ Exec=env @environment@ @installed_tests_dir@/@program@
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ foreach backend: backends
52
52
test_conf = configuration_data ()
53
53
test_conf.set(' installed_tests_dir' , installed_tests_execdir)
54
54
test_conf.set(' program' , program_name)
55
+ test_conf.set(' environment' , '' )
55
56
56
57
if enable_installed_tests
57
58
configure_file (
You can’t perform that action at this time.
0 commit comments