Skip to content

Commit b0da73a

Browse files
committed
don't set exts_defaultclass in toy easyconfig that has extensions, rely on exts_defaultclass being set by Toy easyblock via prepare_for_extensions
1 parent aa4c879 commit b0da73a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/framework/easyconfigs/test_ecs/t/toy/toy-0.0-gompi-2018a-test.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ local_bar_buildopts = " && gcc bar.c -o anotherbar && "
2727
# used to check whether $TOY_LIBS_PATH is defined even when 'lib' subdirectory doesn't exist yet
2828
local_bar_buildopts += 'echo "TOY_EXAMPLES=$TOY_EXAMPLES" > %(installdir)s/toy_libs_path.txt'
2929

30-
exts_defaultclass = 'DummyExtension'
3130
exts_list = [
3231
'ulimit', # extension that is part of "standard library"
3332
('bar', '0.0', {

0 commit comments

Comments
 (0)