We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba74f25 commit 384dbcaCopy full SHA for 384dbca
2 files changed
setup
@@ -190,6 +190,10 @@ run_test() {
190
all )
191
test_all
192
;;
193
+ sapporo2 )
194
+ check_package_installed_for_test sapporo2
195
+ test_sapporo2
196
+ ;;
197
amuse-framework | framework )
198
check_package_installed_for_test amuse-framework
199
test_framework
support/setup/testing.sh
@@ -103,8 +103,8 @@ test_sapporo2() {
103
log_file="$(log_file test sapporo2)"
104
105
(
106
- ${GMAKE} -C lib/sapporo2 test
107
- echo $? >"../../${ec_file}"
+ ${GMAKE} -C lib/sapporo_2 test
+ echo $? >"${ec_file}"
108
) 2>&1 | tee "${log_file}"
109
110
handle_result $(cat "$ec_file") test sapporo2 "${log_file}"
0 commit comments