Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final stage of bats removal, all tests converted to use shell scripts #228

Merged
merged 54 commits into from
Dec 2, 2019
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
6451f34
changed some test runs to use 6 processors instead of 2
edhartnett Nov 6, 2019
d5c3a88
turned of failing test
edhartnett Nov 6, 2019
855ba2f
turned of failing test
edhartnett Nov 6, 2019
0fe709f
turned of failing test
edhartnett Nov 6, 2019
7f48153
now make check && make clean && make check works
edhartnett Nov 6, 2019
63b4ba6
fixed Makefile.am wrt input_base.nml
edhartnett Nov 6, 2019
589bd3c
fixed location of input_base.nml for vpath builds
edhartnett Nov 6, 2019
652b9b5
fixing distcheck issue for data_table and diag_table
edhartnett Nov 6, 2019
454fda6
fixed input_base.nml which should have <test_num>
edhartnett Nov 6, 2019
3d86bae
starting to fix set -e
edhartnett Nov 6, 2019
a637a1c
adding set -e in more places
edhartnett Nov 6, 2019
8b1afd0
more set -e
edhartnett Nov 6, 2019
b65932d
more adding set -e
edhartnett Nov 6, 2019
b48000d
commenting out more failing tests
edhartnett Nov 6, 2019
b7b00a3
using skip instead of commenting out tests
edwardhartnett Nov 26, 2019
f9333ab
merge ejh_set_dash_e_2
edwardhartnett Nov 26, 2019
bbd8cd1
adding option to run shell tests instead of bats tests
edwardhartnett Nov 26, 2019
26bbd5f
starting to switch to shell tests
edwardhartnett Nov 26, 2019
dcff228
shell tests now have TAP output
edwardhartnett Nov 26, 2019
1f71d53
added test_common.sh.in for common shell test code
edwardhartnett Nov 26, 2019
4d13402
clean up and comments
edwardhartnett Nov 26, 2019
a0a2dff
added shell test script
edwardhartnett Nov 26, 2019
63d68dc
better handling of test in diag_manager
edwardhartnett Nov 27, 2019
868c74b
now diag_manager tests working well for shell script
edwardhartnett Nov 27, 2019
534098c
took TAP output out of axis_utils
edwardhartnett Nov 27, 2019
7e1b7ed
added test script
edwardhartnett Nov 27, 2019
4521bab
more conversion away from bats
edwardhartnett Nov 29, 2019
6974611
more progress on shell tests
edwardhartnett Nov 29, 2019
95c2e60
more progress
edwardhartnett Nov 29, 2019
b9fb8db
more progress adding shell testing
edwardhartnett Nov 29, 2019
a352ea0
more progress on shell tests
edwardhartnett Nov 29, 2019
c949ee3
more progress on shell tests
edwardhartnett Nov 29, 2019
116a826
more progress on shell testing
edwardhartnett Nov 29, 2019
bdbcda6
now have shell testing in all test subdirectories
edwardhartnett Nov 29, 2019
0a134fb
fixed shell test script
edwardhartnett Nov 29, 2019
132f32d
fixed makefile
edwardhartnett Nov 29, 2019
165c3dc
fixed makefile
edwardhartnett Nov 29, 2019
0e0ac5c
fixed makefile
edwardhartnett Nov 29, 2019
4b99aa2
fixed makefile
edwardhartnett Nov 29, 2019
60bb1d4
removing bats from axis_utils
edwardhartnett Nov 29, 2019
6108f45
temporarily set ENABLE_SHELL_TESTS am conditional
edwardhartnett Nov 29, 2019
b039c73
removed bats from data_override and diag_manager
edwardhartnett Nov 29, 2019
c472f55
merged master
edwardhartnett Nov 29, 2019
c96aca9
took bats out of drifters
edwardhartnett Nov 29, 2019
9c418d4
removed bats from exchange
edwardhartnett Nov 29, 2019
0f7f01c
more removal of bats
edwardhartnett Nov 29, 2019
67cdfe3
more removal of bats
edwardhartnett Nov 29, 2019
37ff1ec
more removal of bats
edwardhartnett Nov 29, 2019
c0b4ee5
more removal of bats
edwardhartnett Nov 29, 2019
a05722c
removed am conditional for enable_shell_tests
edwardhartnett Nov 29, 2019
02e8cd5
removed last .bats and .test files
edwardhartnett Nov 29, 2019
8b039e8
remove LOG_DRIVER setting in travis
edwardhartnett Nov 29, 2019
81141e2
commenting out skipped axis_util test
edwardhartnett Nov 29, 2019
f565736
Merge branch 'master' into ejh_remove_bats_2
wrongkindofdoctor Dec 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove LOG_DRIVER setting in travis
  • Loading branch information
edwardhartnett committed Nov 29, 2019
commit 8b039e832afdd67df5db0dc8a4942751ceeadab7
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ before_script:
- export CPPFLAGS="-I/usr/include -Duse_LARGEFILE -DMAXFIELDMETHODS_=500 ${CPPFLAGS_ADD}"
- export FCFLAGS="-fcray-pointer -Waliasing -ffree-line-length-none -fno-range-check ${FCFLAGS_REAL_KIND} ${OPENMP}"
- export LDFLAGS='-L/usr/lib'
- export LOG_DRIVER_FLAGS="--comments"

script:
- autoreconf -i
Expand Down