Skip to content

Commit

Permalink
Merge pull request #31 from jdinan/pr/some-fixes
Browse files Browse the repository at this point in the history
A couple minor fixes
  • Loading branch information
tonycurtis authored Mar 14, 2018
2 parents 9a23f8f + 24a07c5 commit 15d685d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/testrunner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
# If arguments were specified on the CLI, use those as a filter for
# which tests to run. Abort if a test was specified for which we do
# not have a configuration.
if (defined(@ARGV)) {
if (@ARGV) {
my $tests_to_run;
foreach my $arg (@ARGV) {
my $found = 0;
Expand Down
1 change: 1 addition & 0 deletions feature_tests/C/test_shmem_atomics.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ main ()
}
}

fflush(NULL); /* Ensure pass/fail status is last message on stdout */
shmem_barrier_all ();

if (me == 0) {
Expand Down

0 comments on commit 15d685d

Please sign in to comment.