Skip to content

Commit 2f3f420

Browse files
committed
Print PASSED at end of tests in preparation for #2897
1 parent 441e93f commit 2f3f420

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/pico_low_power_test/low_power_test_gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ int main() {
140140
busy_wait_ms(SLEEP_TIME_MS);
141141
#endif
142142

143-
printf("SUCCESS\n");
143+
printf("PASSED\n");
144144

145145
return 0;
146146
}

test/pico_low_power_test/low_power_test_simple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ int main() {
5757
#endif
5858
}
5959

60-
printf("SUCCESS\n");
60+
printf("PASSED\n");
6161
return 0;
6262
}

test/pico_low_power_test/low_power_test_timers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ int main() {
390390
}
391391
#endif
392392

393-
printf("SUCCESS\n");
393+
printf("PASSED\n");
394394

395395
return 0;
396396
}

0 commit comments

Comments
 (0)