Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kellymclaughlin/51213eaa142cad8bfbdc to your computer and use it in GitHub Desktop.
Save kellymclaughlin/51213eaa142cad8bfbdc to your computer and use it in GitHub Desktop.
rebar3 release test output
22:19:52:rebar3(config-option-merging-tweak) $ glogp -n 1 && rebar ct suites=rebar_release
ce8530b7b61f38b4a49a7c412791b1ba09e32ee6 Test cases to exercise the dev_mode release option
==> rebar3 (ct)
DONE.
Testing repos.rebar3.rebar_release_SUITE: TEST COMPLETE, 4 ok, 0 failed of 4 test cases
22:21:06:rebar3(master *) $ glogp -n 1 && rebar ct suites=rebar_release
cafd62e10185e2fc05490c387484dfdb2b615803 Merge pull request #284 from tsloughter/master
==> rebar3 (ct)
Showing log
--- Test run on 2015/03/22 22:21:10 ---
Converting "/home/kelly/repos/rebar3/." to "/home/kelly/repos/rebar3" and re-inserting with add_patha/1
Common Test v1.9 starting (cwd is /home/kelly/repos/rebar3)
Common Test: Running make in test directories...
CWD set to: "/home/kelly/repos/rebar3/logs/ct_run.test@homer.2015-03-22_22.21.11"
TEST INFO: 1 test(s), 4 case(s) in 1 suite(s)
Testing repos.rebar3.rebar_release_SUITE: Starting test, 4 test cases
----------------------------------------------------
2015-03-22 22:21:12.890
Release: release66888-1.0.0
----------------------------------------------------
2015-03-22 22:21:14.301
Release: dev_mode_release744795-1.0.0
----------------------------------------------------
2015-03-22 22:21:15.740
Release: profile_dev_mode_override_release696883-1.0.0
- - - - - - - - - - - - - - - - - - - - - - - - - -
rebar_test_utils:'-check_results/2-fun-7-' failed on line 238
Reason: assertEqual_failed
- - - - - - - - - - - - - - - - - - - - - - - - - -
Testing repos.rebar3.rebar_release_SUITE: *** FAILED test case 3 of 4 ***
----------------------------------------------------
2015-03-22 22:21:18.516
Release: tar326079-1.0.0
----------------------------------------------------
2015-03-22 22:21:19.185
Tarball: tar326079-1.0.0
Testing repos.rebar3.rebar_release_SUITE: TEST COMPLETE, 3 ok, 1 failed of 4 test cases
Updating /home/kelly/repos/rebar3/logs/index.html... done
Updating /home/kelly/repos/rebar3/logs/all_runs.html... done
ERROR: One or more tests failed
ERROR: ct failed while processing /home/kelly/repos/rebar3: rebar_abort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment